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 2015/06/26 10:34:43 UTC

logging-log4j2 git commit: [LOG4J2-1070] Update Java Mail from 1.5.2 to 1.5.4.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master aa05066e6 -> aa8ff1dbb


[LOG4J2-1070] Update Java Mail from 1.5.2 to 1.5.4.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/aa8ff1db
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/aa8ff1db
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/aa8ff1db

Branch: refs/heads/master
Commit: aa8ff1dbb7a4a4c6b2d4c065fad00b1aafc3f944
Parents: aa05066
Author: ggregory <gg...@apache.org>
Authored: Fri Jun 26 01:34:40 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Fri Jun 26 01:34:40 2015 -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/aa8ff1db/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b93bae5..e236100 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,7 +534,7 @@
       <dependency>
         <groupId>com.sun.mail</groupId>
         <artifactId>javax.mail</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.4</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.spec.javax.jms</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/aa8ff1db/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 73af64a..c6ad6dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -147,6 +147,9 @@
       <action issue="LOG4J2-1018" dev="ggregory" type="update">
         Update database tests from H2 1.3.175 to 1.3.176.
       </action>
+      <action issue="LOG4J2-1070" dev="ggregory" type="update">
+        Update Java Mail from 1.5.2 to 1.5.4.
+      </action>
     </release>
     <release version="2.3" date="2015-05-09" description="GA Release 2.3">
       <action issue="LOG4J2-1009" dev="ggregory" type="fix" due-to="Mikael Ståldal">