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/05/30 12:01:05 UTC

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

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 1d903ba  [LOG4J2-2619] Update Jackson from 2.9.8 to 2.9.9.
1d903ba is described below

commit 1d903ba6c7ff353de04a048de653a271393f904e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 30 08:00:59 2019 -0400

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

diff --git a/pom.xml b/pom.xml
index 9013fba..4da39cb 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.8</jackson2Version>
+    <jackson2Version>2.9.9</jackson2Version>
     <springVersion>3.2.18.RELEASE</springVersion>
     <flumeVersion>1.9.0</flumeVersion>
     <disruptorVersion>3.4.2</disruptorVersion>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6678cb1..478eb02 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -448,6 +448,9 @@
       <action issue="LOG4J2-2612" dev="ggregory" type="fix">
         NullPointerException at org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.writeInternal(JdbcDatabaseManager.java:803).
       </action>
+      <action issue="LOG4J2-2619" dev="ggregory" type="update">
+        Update Jackson from 2.9.8 to 2.9.9.
+      </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">
@@ -617,6 +620,9 @@
       <action issue="LOG4J2-2618" dev="ggregory" type="fix">
         Possible ClassCastException in org.apache.logging.log4j.core.script.ScriptManager.ScriptManager(Configuration, WatchManager)
       </action>
+      <action issue="LOG4J2-2619" dev="ggregory" type="update">
+        Update Jackson from 2.9.8 to 2.9.9.
+      </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">