Repository: logging-log4j2 Updated Branches: refs/heads/master a270b6ea2 -> 65ac1a56b
[LOG4J2-2045] Update javax.mail from 1.5.6 to 1.6.0. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/65ac1a56 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/65ac1a56 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/65ac1a56 Branch: refs/heads/master Commit: 65ac1a56b1c539165ec4a7285b69cac545ce41be Parents: a270b6e Author: Gary Gregory <[email protected]> Authored: Mon Sep 11 12:11:49 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Mon Sep 11 12:11:49 2017 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/65ac1a56/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 46ddd7f..261e37a 100644 --- a/pom.xml +++ b/pom.xml @@ -570,7 +570,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> - <version>1.5.6</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.jboss.spec.javax.jms</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/65ac1a56/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0baa9f2..7fa4941 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -58,6 +58,9 @@ <action issue="LOG4J2-2044" dev="ggregory" type="update"> Update Apache Commons CSV from 1.4 to 1.5. </action> + <action issue="LOG4J2-2045" dev="ggregory" type="update"> + Update javax.mail from 1.5.6 to 1.6.0. + </action> </release> <release version="2.9.0" date="2017-08-26" description="GA Release 2.9.0"> <action issue="LOG4J2-1928" dev="rgoers" type="update">
