Updated Javamail to version 1.6.5

This commit is contained in:
M66B
2020-03-17 12:01:34 +01:00
parent d25834cd27
commit 786fde2ca4
5 changed files with 636 additions and 8 deletions

View File

@@ -22,5 +22,5 @@ package javax.mail;
* at build time.
*/
class Version {
public static final String version = "1.6.5-SNAPSHOT";
public static final String version = "1.6.5";
}