File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,17 @@ Note: This is a revival / continuation of the archived project markenwerk/java-u
13
13
<dependency >
14
14
<groupId >org.simplejavamail</groupId >
15
15
<artifactId >utils-mail-smime</artifactId >
16
- <version >2.1.1 </version >
16
+ <version >2.1.2 </version >
17
17
</dependency >
18
18
```
19
19
20
20
## Change history
21
21
22
+ v2.1.2 (14-07-2023)
23
+
24
+ - Security: updated bouncy castle to 1.75, which should solve https://security.snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-5771489
25
+
26
+
22
27
v2.1.1 (07-06-2023)
23
28
24
29
- [ #5 ] ( https://github.com/simple-java-mail/java-utils-mail-smime/issues/5 ) Enhancement: Add support for fixing MessageID
Original file line number Diff line number Diff line change 13
13
<artifactId >utils-mail-smime</artifactId >
14
14
<packaging >jar</packaging >
15
15
<name >utils-mail-smime</name >
16
- <version >2.1.1 </version >
16
+ <version >2.1.2 </version >
17
17
<description >An S/MIME library for JavaMail</description >
18
18
<url >http:///github.com/bbottema/java-utils-mail-smime</url >
19
19
<inceptionYear >2021</inceptionYear >
You can’t perform that action at this time.
0 commit comments