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/06/26 17:47:04 UTC

logging-log4j2 git commit: [LOG4J2-2357] Update Jackson from 2.9.5 to 2.9.6.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 0fdf29de7 -> e74154992


[LOG4J2-2357] Update Jackson from 2.9.5 to 2.9.6.

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

Branch: refs/heads/master
Commit: e741549928b2acbcb2d11ad285aa84ee88728e49
Parents: 0fdf29d
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jun 26 13:46:56 2018 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jun 26 13:46:56 2018 -0400

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e7415499/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5af4d42..9f5b017 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
     <slf4jVersion>1.7.25</slf4jVersion>
     <logbackVersion>1.2.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.9.5</jackson2Version>
+    <jackson2Version>2.9.6</jackson2Version>
     <springVersion>3.2.18.RELEASE</springVersion>
     <flumeVersion>1.8.0</flumeVersion>
     <disruptorVersion>3.4.2</disruptorVersion>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e7415499/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b027bd4..378843d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -191,6 +191,9 @@
         PropertiesUtil ignores non-string system properties. Fixes a NoClassDefFoundError initializing StatusLogger
         caused by an NPE while initializing the static PropertiesUtil field.
       </action>
+      <action issue="LOG4J2-2357" dev="ggregory" type="update">
+        Update Jackson from 2.9.5 to 2.9.6.
+      </action>
     </release>
     <release version="2.11.1" date="2018-MM-DD" description="GA Release 2.11.1">
       <action issue="LOG4J2-2268" dev="rgoers" type="fix" due-to="Tilman Hausherr">
@@ -275,6 +278,9 @@
         PropertiesUtil ignores non-string system properties. Fixes a NoClassDefFoundError initializing StatusLogger
         caused by an NPE while initializing the static PropertiesUtil field.
       </action>
+      <action issue="LOG4J2-2357" dev="ggregory" type="update">
+        Update Jackson from 2.9.5 to 2.9.6.
+      </action>
     </release>
     <release version="2.11.0" date="2018-xx-xx" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">