[java-parent-project] branch main updated: Update jackson-databind to 2.13.2.2

Ian Young ian at iay.org.uk
Wed Mar 30 16:48:25 UTC 2022


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

iay pushed a commit to branch main
in repository java-parent-project.

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

The following commit(s) were added to refs/heads/main by this push:
     new 070acd7  Update jackson-databind to 2.13.2.2
070acd7 is described below

commit 070acd7f1e0f25d35b6dc42c779f510f4fbf8fbc
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Mar 30 17:48:21 2022 +0100

    Update jackson-databind to 2.13.2.2
    
    This is a change to just the databind component; other jackson artifacts
    remain at 2.13.2
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5d1a36b..7f986ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
         <httpclient.httpcore.version>4.4.15</httpclient.httpcore.version>
         <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>
         <jakarta.activation.version>1.2.2</jakarta.activation.version>
         <jakarta.jaxb-api.version>2.3.3</jakarta.jaxb-api.version>
@@ -359,7 +360,8 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>${jackson.version}</version>
+                <!-- Current "micro-patch" to jackson-databind. -->
+                <version>${jackson.version}.2</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