You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/12/18 07:56:01 UTC

[struts] branch WW-5269-jackson created (now 3bad2d0ce)

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

lukaszlenart pushed a change to branch WW-5269-jackson
in repository https://gitbox.apache.org/repos/asf/struts.git


      at 3bad2d0ce WW-5269 Upgrades Jackson to version 2.14.1

This branch includes the following new commits:

     new 3bad2d0ce WW-5269 Upgrades Jackson to version 2.14.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[struts] 01/01: WW-5269 Upgrades Jackson to version 2.14.1

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch WW-5269-jackson
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 3bad2d0cecab1e364d35a6ab16b1f8b4df1b75af
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Dec 18 08:55:47 2022 +0100

    WW-5269 Upgrades Jackson to version 2.14.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dcc4d0ee5..b4e173909 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,8 +111,8 @@
 
         <!-- dependency versions in alphanumeric order -->
         <asm.version>9.2</asm.version>
-        <jackson.version>2.13.4</jackson.version>
-        <jackson-databind.version>2.13.4.2</jackson-databind.version>
+        <jackson.version>2.14.1</jackson.version>
+        <jackson-databind.version>2.14.1</jackson-databind.version>
         <log4j2.version>2.19.0</log4j2.version>
         <ognl.version>3.3.4</ognl.version>
         <slf4j.version>1.7.32</slf4j.version>