You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/10/23 15:37:13 UTC

logging-log4j2 git commit: Upgrade to Commons Lang 3.5

Repository: logging-log4j2
Updated Branches:
  refs/heads/master d5e45785d -> f3e9ea13f


Upgrade to Commons Lang 3.5

Related to LOG4J2-1647.


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

Branch: refs/heads/master
Commit: f3e9ea13fad1de7e2723f73cdf90810f62776ed2
Parents: d5e4578
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Oct 23 10:22:17 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Oct 23 10:22:17 2016 -0500

----------------------------------------------------------------------
 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/f3e9ea13/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66b3bf7..be4d7e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,7 +287,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.4</version>
+        <version>3.5</version>
       </dependency>
       <dependency>
         <groupId>com.beust</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f3e9ea13/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1c63572..4e0eb6e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,6 +39,9 @@
       <action issue="LOG4J2-1641" dev="ggregory" type="update">
         Update JeroMQ from 0.3.5 to 0.3.6.
       </action>
+      <action issue="LOG4J2-1647" dev="mattsicker" type="update">
+        Update Commons Lang from 3.4 to 4.5.
+      </action>
     </release>
     <release version="2.7" date="2016-10-02" description="GA Release 2.7">
       <action issue="LOG4J2-1618" dev="rpopma" type="fix" due-to="Raman Gupta">