Skip to content

Commit a4e0449

Browse files
committed
Updated to java-utils-smime 2.1.0, which made the cryptographic algorithm configurable
1 parent 2c127d8 commit a4e0449

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/smime-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.simplejavamail</groupId>
3636
<artifactId>utils-mail-smime</artifactId>
37-
<version>2.0.1</version>
37+
<version>2.1.0</version>
3838
</dependency>
3939
</dependencies>
4040
</project>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@
127127
<artifactId>junit</artifactId>
128128
<version>4.13.2</version>
129129
</dependency>
130+
<dependency>
131+
<groupId>jakarta.activation</groupId>
132+
<artifactId>jakarta.activation-api</artifactId>
133+
<version>2.0.1</version>
134+
</dependency>
130135
</dependencies>
131136
</dependencyManagement>
132137

0 commit comments

Comments
 (0)