[LOG4J2-1872 Update JavaMail from 1.5.5 to 1.5.6. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c4b4836f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c4b4836f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c4b4836f
Branch: refs/heads/java9NoMultiRelease Commit: c4b4836fb91b453aa4eb907b2821dca4057051cc Parents: ef7f724 Author: Gary Gregory <[email protected]> Authored: Sun Apr 9 20:20:08 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun Apr 9 20:20:08 2017 -0700 ---------------------------------------------------------------------- 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/c4b4836f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4fddc79..ab5ac19 100644 --- a/pom.xml +++ b/pom.xml @@ -571,7 +571,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.jboss.spec.javax.jms</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c4b4836f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8ad71e7..93890fe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -37,6 +37,9 @@ <action issue="LOG4J2-1869" dev="ggregory" type="update"> Update Kafka client from 0.10.1.1 to 0.10.2.0 </action> + <action issue="LOG4J2-1872" dev="ggregory" type="update"> + Update JavaMail from 1.5.5 to 1.5.6. + </action> </release> <release version="2.8.2" date="2017-04-02" description="GA Release 2.8.2"> <action issue="LOG4J2-1861" dev="mattsicker" type="fix">
