You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2018/10/10 23:00:24 UTC

logging-log4j2 git commit: [LOG4J2-2471] Update javax.mail from 1.6.1 to 1.6.2.

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x e27e911c3 -> 0a696a454


[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/0a696a45
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0a696a45
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0a696a45

Branch: refs/heads/release-2.x
Commit: 0a696a4547730e52efb57dbf717684d4612e06fe
Parents: e27e911
Author: Gary Gregory <gg...@rocketsoftware.com>
Authored: Wed Oct 10 17:00:20 2018 -0600
Committer: Gary Gregory <gg...@rocketsoftware.com>
Committed: Wed Oct 10 17:00:20 2018 -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/0a696a45/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7828da8..5ba30e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -609,7 +609,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/0a696a45/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f6f17f..7fb6d1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,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">