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
-[#213](https://github.com/bbottema/simple-java-mail/issues/213) Update from javax.mail:1.6.0 to jakarta.mail:1.6.3
81
+
82
+
Note that dependencies that switched as well have been updated as part of this change. This includes the optional DKIM library and the email validation library:
- v5.1.7 (22-May-2019): [#171](https://github.com/bbottema/simple-java-mail/issues/171) Header validation tripping on known safe emails due to References header
Copy file name to clipboardExpand all lines: RELEASE.txt
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,18 @@ http://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>5.1.7</version>
6
+
<version>5.2.0</version>
7
7
</dependency>
8
8
9
+
v5.2.0 (7-July-2019)
10
+
11
+
- #213: Update from javax.mail:1.6.0 to jakarta.mail:1.6.3
12
+
13
+
Note that dependencies that switched as well have been updated as part of this change. This includes the optional DKIM library and the email validation library:
0 commit comments