You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/08/07 13:18:50 UTC

[14/38] logging-log4j2 git commit: [LOG4J2-1494] Update Jackson from 2.8.0 to 2.8.1.

[LOG4J2-1494] Update Jackson from 2.8.0 to 2.8.1.

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

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: 67ce44fd86e57598a95ad7fe16280b7bc8fb9c08
Parents: 2aeebfe
Author: Gary Gregory <gg...@apache.org>
Authored: Wed Aug 3 16:07:22 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Aug 3 16:07:22 2016 -0700

----------------------------------------------------------------------
 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/67ce44fd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a91c73f..822ca3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
     <slf4jVersion>1.7.21</slf4jVersion>
     <logbackVersion>1.1.7</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.8.0</jackson2Version>
+    <jackson2Version>2.8.1</jackson2Version>
     <springVersion>3.2.13.RELEASE</springVersion>
     <flumeVersion>1.6.0</flumeVersion>
     <disruptorVersion>3.3.4</disruptorVersion>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/67ce44fd/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 31f280d..2b4c777 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,9 @@
       <action issue="LOG4J2-1458" dev="ggregory" type="update" due-to="Gary Gregory">
         Update Jackson from 2.7.5 to 2.8.0.
       </action>
+      <action issue="LOG4J2-1494" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Jackson from 2.8.0 to 2.8.1.
+      </action>
     </release>
     <release version="2.6.2" date="2016-07-05" description="GA Release 2.6.2">
       <action issue="LOG4J2-904" dev="rgoers" type="fix" due-to="Bernhard M�hr">