Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x 41bf54ecc -> a5ef45894


[LOG4J2-2468] Update Jackson from 2.9.6 to 2.9.7.


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

Branch: refs/heads/release-2.x
Commit: a5ef45894b013743125e067fbc29529ecd22064a
Parents: 41bf54e
Author: Gary Gregory <[email protected]>
Authored: Wed Oct 10 11:32:52 2018 -0600
Committer: Gary Gregory <[email protected]>
Committed: Wed Oct 10 11:32:52 2018 -0600

----------------------------------------------------------------------
 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/a5ef4589/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 057ad10..4859e07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
     <slf4jVersion>1.7.25</slf4jVersion>
     <logbackVersion>1.2.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.9.6</jackson2Version>
+    <jackson2Version>2.9.7</jackson2Version>
     <springVersion>3.2.18.RELEASE</springVersion>
     <flumeVersion>1.7.0</flumeVersion> <!-- Version 1.8.0 requires Java 8 -->
     <disruptorVersion>3.4.2</disruptorVersion>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a5ef4589/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 57f1d69..80e488a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,9 @@
       <action issue="LOG4J2-2447" dev="ggregory" type="update">
         Let the NullAppender default its name to "null".
       </action>
+      <action issue="LOG4J2-2468" dev="ggregory" type="update">
+        Update Jackson from 2.9.6 to 2.9.7.
+      </action>
     </release>
     <release version="2.11.1" date="2018-07-22" description="GA Release 
2.11.1">
       <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">

Reply via email to