Repository: logging-log4j2 Updated Branches: refs/heads/master 8999a107e -> fd6f4d688
[LOG4J2-2471] Update javax.mail from 1.6.1 to 1.6.2. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fd6f4d68 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fd6f4d68 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fd6f4d68 Branch: refs/heads/master Commit: fd6f4d688430d1495b0a008a34109db6b66b6560 Parents: 8999a10 Author: Gary Gregory <[email protected]> Authored: Wed Oct 10 17:01:09 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Wed Oct 10 17:01:09 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fd6f4d68/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 35c7b1a..b772245 100644 --- a/pom.xml +++ b/pom.xml @@ -611,7 +611,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> - <version>1.6.1</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.jboss.spec.javax.jms</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fd6f4d68/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 52ddc24..bfe52d9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -263,6 +263,9 @@ <action issue="LOG4J2-2470" dev="ggregory" type="update"> Update Apache Commons CSV from 1.5 to 1.6. </action> + <action issue="LOG4J2-2471" dev="ggregory" type="update"> + Update javax.mail from 1.6.1 to 1.6.2. + </action> </release> <release version="2.11.2" date="2018-MM-DD" description="GA Release 2.11.2"> <action issue="LOG4J2-2391" dev="ckozak" type="update"> @@ -310,6 +313,9 @@ <action issue="LOG4J2-2470" dev="ggregory" type="update"> Update Apache Commons CSV from 1.5 to 1.6. </action> + <action issue="LOG4J2-2471" dev="ggregory" type="update"> + Update javax.mail from 1.6.1 to 1.6.2. + </action> </release> <release version="2.11.1" date="2018-07-22" description="GA Release 2.11.1"> <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">
