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.12.6 (18-April-2025): [#595](https://github.com/bbottema/simple-java-mail/issues/595): [bug] Spring configuration - fix support for simplejavamail.extraproperties
33
34
- v8.12.5 (05-March-2025): Bumped PATCH versions of various dependencies [#553](https://github.com/bbottema/simple-java-mail/pull/553), [#554](https://github.com/bbottema/simple-java-mail/pull/554), [#555](https://github.com/bbottema/simple-java-mail/pull/555), [#562](https://github.com/bbottema/simple-java-mail/pull/562), [#567](https://github.com/bbottema/simple-java-mail/pull/567)
34
35
- v8.12.4 (12-December-2024): [#558](https://github.com/bbottema/simple-java-mail/pull/558): [bug] Mailer.close() exception because it attempts to shutdown batch-module connection pools, even if not available on the classpath
35
36
- v8.12.3 (25-November-2024): [#563](https://github.com/bbottema/simple-java-mail/pull/563): [enhancement] Add getter for Authenticated SOCKS server port
Copy file name to clipboardExpand all lines: RELEASE.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@ https://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>8.12.5</version>
6
+
<version>8.12.6</version>
7
7
</dependency>
8
8
9
-
v8.12.0 - v8.12.5
9
+
v8.12.0 - v8.12.6
10
10
11
+
- v8.12.6 (18-April-2025): #595: [bug] Spring configuration - fix support for simplejavamail.extraproperties
11
12
- v8.12.5 (05-March-2025): Bumped PATCH versions of various dependencies (#553, #554, #555, #562, #567)
12
13
- v8.12.4 (12-December-2024): #558: [bug] Mailer.close() exception because it attempts to shutdown batch-module connection pools, even if not available on the classpath
13
14
- v8.12.3 (25-November-2024): #563: [enhancement] Add getter for Authenticated SOCKS server port
0 commit comments