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/12/31 05:29:25 UTC

logging-log4j2 git commit: [LOG4J2-1239] Update Jackson from 2.6.3 to 2.6.4.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 673756bdf -> 39bf837dc


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

Branch: refs/heads/master
Commit: 39bf837dca77699069f898bd57d799d4295f1a3f
Parents: 673756b
Author: ggregory <gg...@apache.org>
Authored: Wed Dec 30 20:29:22 2015 -0800
Committer: ggregory <gg...@apache.org>
Committed: Wed Dec 30 20:29:22 2015 -0800

----------------------------------------------------------------------
 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/39bf837d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb616d0..ddec4d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
     <slf4jVersion>1.7.13</slf4jVersion>
     <logbackVersion>1.1.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.6.3</jackson2Version>
+    <jackson2Version>2.6.4</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/39bf837d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a6fdd65..8892b2b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,9 @@
       <action issue="LOG4J2-1219" dev="ggregory" type="update">
         Update SLF4J from 1.7.12 to 1.7.13.
       </action>
+      <action issue="LOG4J2-1239" dev="ggregory" type="update">
+        Update Jackson from 2.6.3 to 2.6.4.
+      </action>
       <action issue="LOG4J2-1233" dev="ggregory" type="update" due-to="Bahri Gencsoy">
         Misleading Value In Properties Example.        
       </action>