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 2019/03/23 13:33:53 UTC

[logging-log4j2] branch master updated: [LOG4J2-2570] Update Jackson from 2.9.7 to 2.9.8.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new a6a2192  [LOG4J2-2570] Update Jackson from 2.9.7 to 2.9.8.
a6a2192 is described below

commit a6a219260feeed2f77b4b725ee29f0103dad5092
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 23 09:33:49 2019 -0400

    [LOG4J2-2570] Update Jackson from 2.9.7 to 2.9.8.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4c6acb0..59fe993 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.7</jackson2Version>
+    <jackson2Version>2.9.8</jackson2Version>
     <springVersion>3.2.18.RELEASE</springVersion>
     <flumeVersion>1.8.0</flumeVersion>
     <disruptorVersion>3.4.2</disruptorVersion>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b051ef1..9f363e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -364,6 +364,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from H2 1.4.197 to 1.4.199.
       </action>
+      <action issue="LOG4J2-2570" dev="ggregory" type="fix" due-to="Gary Gregory">
+        Update Jackson from 2.9.7 to 2.9.8.
+      </action>
     </release>
     <release version="2.12.0" date="2019-MM-DD" description="GA Release 2.12.0">
       <action issue="LOG4J2-2559" dev="ggregory" type="fix" due-to="Li Lei, Gary Gregory">
@@ -372,6 +375,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from H2 1.4.197 to 1.4.199.
       </action>
+      <action issue="LOG4J2-2570" dev="ggregory" type="fix" due-to="Gary Gregory">
+        Update Jackson from 2.9.7 to 2.9.8.
+      </action>
     </release>
     <release version="2.11.2" date="2018-MM-DD" description="GA Release 2.11.2">
       <action issue="LOG4J2-2500" dev="rgoers" type="fix">