Skip to content

Commit 3223b21

Browse files
committed
Release 2.1.2 [skip ci]
1 parent a445f12 commit 3223b21

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@ Note: This is a revival / continuation of the archived project markenwerk/java-u
1313
<dependency>
1414
<groupId>org.simplejavamail</groupId>
1515
<artifactId>utils-mail-smime</artifactId>
16-
<version>2.1.1</version>
16+
<version>2.1.2</version>
1717
</dependency>
1818
```
1919

2020
## Change history
2121

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+
2227
v2.1.1 (07-06-2023)
2328

2429
- [#5](https://github.com/simple-java-mail/java-utils-mail-smime/issues/5) Enhancement: Add support for fixing MessageID

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>utils-mail-smime</artifactId>
1414
<packaging>jar</packaging>
1515
<name>utils-mail-smime</name>
16-
<version>2.1.1</version>
16+
<version>2.1.2</version>
1717
<description>An S/MIME library for JavaMail</description>
1818
<url>http:///github.com/bbottema/java-utils-mail-smime</url>
1919
<inceptionYear>2021</inceptionYear>

0 commit comments

Comments
 (0)