[java-parent-project] branch maint-11 updated: Update Jackson to latest (2.13.4).

Scott Cantor cantor.2 at osu.edu
Tue Nov 1 14:22:31 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-11
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=c196d6f20f5514e4f8d0ec16dbdd700f01aa5920

The following commit(s) were added to refs/heads/maint-11 by this push:
     new c196d6f  Update Jackson to latest (2.13.4).
c196d6f is described below

commit c196d6f20f5514e4f8d0ec16dbdd700f01aa5920
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 1 10:22:28 2022 -0400

    Update Jackson to latest (2.13.4).
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e022643..6e676ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <graalvm.version>21.2.0</graalvm.version>
         <guava.version>31.1-jre</guava.version>
         <!-- Note: jackson-databind is version 2.13.2.2, set explicitly below. -->
-        <jackson.version>2.13.2</jackson.version>
+        <jackson.version>2.13.4</jackson.version>
         <jakarta.activation.version>1.2.2</jakarta.activation.version>
         <jakarta.jaxb-api.version>2.3.3</jakarta.jaxb-api.version>
         <jakarta.jaxb-impl.version>2.3.6</jakarta.jaxb-impl.version>
@@ -359,8 +359,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <!-- Current "micro-patch" to jackson-databind. -->
-                <version>2.13.2.2</version>
+                <version>${jackson.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.datatype</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list