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 2022/01/01 20:02:20 UTC

[logging-log4j-tools] branch release-2.x updated: Bump jackson from 2.8.7 to 2.13.1.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 27c1567  Bump jackson from 2.8.7 to 2.13.1.
27c1567 is described below

commit 27c1567b4029b7c6b5c7c84a8f058ca798cc9a98
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 1 15:02:18 2022 -0500

    Bump jackson from 2.8.7 to 2.13.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 605f11b..249e57f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
     <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
     <Log4jReleaseKey>FA1C814D</Log4jReleaseKey>
     <!-- note that any properties you want available in velocity templates must not use periods! -->
-    <jackson2Version>2.8.7</jackson2Version>
+    <jackson2Version>2.13.1</jackson2Version>
     <compiler.plugin.version>3.8.1</compiler.plugin.version>
     <pmd.plugin.version>3.7</pmd.plugin.version>
     <findbugs.plugin.version>3.0.4</findbugs.plugin.version>