Author: sgoeschl Date: Mon Jan 2 22:24:46 2017 New Revision: 1777032 URL: http://svn.apache.org/viewvc?rev=1777032&view=rev Log: EMAIL-165 Upgrade from javax.mail-1.5.5 to 1.5.6
Modified: commons/proper/email/trunk/pom.xml commons/proper/email/trunk/src/changes/changes.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1777032&r1=1777031&r2=1777032&view=diff ============================================================================== --- commons/proper/email/trunk/pom.xml (original) +++ commons/proper/email/trunk/pom.xml Mon Jan 2 22:24:46 2017 @@ -230,7 +230,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>junit</groupId> Modified: commons/proper/email/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1777032&r1=1777031&r2=1777032&view=diff ============================================================================== --- commons/proper/email/trunk/src/changes/changes.xml (original) +++ commons/proper/email/trunk/src/changes/changes.xml Mon Jan 2 22:24:46 2017 @@ -23,6 +23,9 @@ <body> <release version="1.5" date="2016-MM-DD"> + <action dev="sgoeschl" type="update" issue="EMAIL-165" date="2017-01-02"> + Upgrade to javax.mail-1.5.6 + </action> <action dev="sgoeschl" type="update" issue="EMAIL-161" date="2016-02-01"> Remove "javax.activation" dependency since it is included in JDK 1.6 and update to javax.mail-1.5.5 </action>