You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- v8.1.3 (14-July-2023): [#467](https://github.com/bbottema/simple-java-mail/pull/467) Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency
30
+
- v8.1.3 (14-July-2023): [#466](https://github.com/bbottema/simple-java-mail/pull/466) Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring
- v8.1.1 (07-June-2023): [#461](https://github.com/bbottema/simple-java-mail/pull/461) Bugfix: Fixed MessageID not preserved when signing/encrypting with S/MIME and/or DKIM
31
33
- v8.1.0 (15-April-2023): [#458](https://github.com/bbottema/simple-java-mail/pull/458) Missing osgi headers (#288) and added support for Apache Karaf
Copy file name to clipboardExpand all lines: RELEASE.txt
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,13 @@ https://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>8.1.2</version>
6
+
<version>8.1.3</version>
7
7
</dependency>
8
8
9
-
v8.1.0 - v8.1.2
9
+
v8.1.0 - v8.1.3
10
10
11
+
- v8.1.3 (14-July-2023): #467: Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency
12
+
- v8.1.3 (14-July-2023): #466: Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring
0 commit comments