Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-608 48024c8e0 -> 228da65cd
[LOG4J2-810] Update javax.mail to 1.5.2 from 1.5.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/6269f97c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6269f97c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6269f97c Branch: refs/heads/LOG4J2-608 Commit: 6269f97cf0888b9b75605a436b074d844f0df7cc Parents: 7be5f6e Author: Gary Gregory <[email protected]> Authored: Tue Sep 2 08:27:18 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Tue Sep 2 08:27:18 2014 -0400 ---------------------------------------------------------------------- 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/6269f97c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e12f256..eeef103 100644 --- a/pom.xml +++ b/pom.xml @@ -479,7 +479,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> - <version>1.5.0</version> + <version>1.5.2</version> </dependency> <dependency> <groupId>org.jboss.spec.javax.jms</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6269f97c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3dfa4b2..864d52a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,9 @@ <action issue="LOG4J2-801" dev="ggregory" type="update"> org.apache.logging.log4j.core.Logger should be serializable. </action> + <action issue="LOG4J2-810" dev="ggregory" type="update"> + Update javax.mail to 1.5.2 from 1.5.0. + </action> </release> <release version="2.0.2" date="2014-08-16" description="Bug fixes and enhancements"> <action issue="LOG4J2-775" dev="ggregory" type="update">
