You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2024/02/23 11:29:23 UTC

(turbine-fulcrum-json) branch master updated: Update jackson version to 2.16.1

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git


The following commit(s) were added to refs/heads/master by this push:
     new f2e396c  Update jackson version to 2.16.1
f2e396c is described below

commit f2e396cedf5498df9f9041fd11eab85509fb742f
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Fri Feb 23 11:58:36 2024 +0100

    Update jackson version to 2.16.1
---
 jackson2/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jackson2/pom.xml b/jackson2/pom.xml
index d50d156..c0643c7 100644
--- a/jackson2/pom.xml
+++ b/jackson2/pom.xml
@@ -143,7 +143,7 @@
     <properties>
         <!-- 2.7.x hase Java 7 baseline, but is compiled with Java 6 support, cft. https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.7.
          2.14 has java 8 baseline, with Jackson 2.8, Java 7 languages features will be allowed -->
-        <jackson2.version>2.16.0</jackson2.version>
+        <jackson2.version>2.16.1</jackson2.version>
     </properties>
     <profiles>
       <profile>