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/08/08 17:51:22 UTC

logging-log4j2 git commit: [LOG4J2-1879] Update Jackson from 2.5.4 to 2.6.0.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master acfd7d3af -> 4e1f151e9


[LOG4J2-1879] Update Jackson from 2.5.4 to 2.6.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/4e1f151e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4e1f151e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4e1f151e

Branch: refs/heads/master
Commit: 4e1f151e9e703ccb4a4d7030b17fb332993b742b
Parents: acfd7d3
Author: ggregory <gg...@apache.org>
Authored: Sat Aug 8 08:51:20 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Sat Aug 8 08:51:20 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/4e1f151e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7d1cd69..b74fa8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
     <slf4jVersion>1.7.12</slf4jVersion>
     <logbackVersion>1.1.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.5.4</jackson2Version>
+    <jackson2Version>2.6.0</jackson2Version>
     <springVersion>3.2.13.RELEASE</springVersion>
     <flumeVersion>1.6.0</flumeVersion>
     <disruptorVersion>3.3.2</disruptorVersion>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4e1f151e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 85d1211..22883a7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -183,6 +183,9 @@
       <action issue="LOG4J2-1079" dev="ggregory" type="update">
         Update Jackson from 2.5.3 to 2.5.4.
       </action>
+      <action issue="LOG4J2-1879" dev="ggregory" type="update">
+        Update Jackson from 2.5.4 to 2.6.0.
+      </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">