You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/11/15 02:28:24 UTC

[groovy] 05/08: GROOVY-10830: Bump jackson-databind to 2.14.0 (port to 4_0_X)

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

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit d6c0809bac96dbc0cb03741e8118e1e09a3703c4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Nov 14 23:56:57 2022 +1000

    GROOVY-10830: Bump jackson-databind to 2.14.0 (port to 4_0_X)
---
 src/test/groovy/bugs/Groovy10461.groovy | 2 +-
 versions.properties                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/groovy/bugs/Groovy10461.groovy b/src/test/groovy/bugs/Groovy10461.groovy
index fc39de1cd5..087a957124 100644
--- a/src/test/groovy/bugs/Groovy10461.groovy
+++ b/src/test/groovy/bugs/Groovy10461.groovy
@@ -30,7 +30,7 @@ final class Groovy10461 {
             @GrabExclude('org.codehaus.groovy:groovy-xml')
             @GrabExclude('org.codehaus.groovy:groovy-json')
 
-            @Grab('com.fasterxml.jackson.core:jackson-databind:2.13.1')
+            @Grab('com.fasterxml.jackson.core:jackson-databind:2.14.0')
             import com.fasterxml.jackson.databind.ObjectMapper
 
             @Grab('io.rest-assured:rest-assured:4.4.0')
diff --git a/versions.properties b/versions.properties
index 067d76b3b5..2694eb29f4 100644
--- a/versions.properties
+++ b/versions.properties
@@ -28,8 +28,8 @@ commonsMath3=3.6.1
 gpars=1.2.1
 ivy=2.5.1
 jansi=2.4.0
-jacksonDatabind=2.13.4.2
-jackson=2.13.4
+jacksonDatabind=2.14.0
+jackson=2.14.0
 jarjar=1.8.0
 javaParser=3.24.7
 jline=2.14.6