You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2022/12/04 17:35:05 UTC

[groovy] branch GROOVY_4_0_X updated: GROOVY-10860: Bump jackson to 2.14.1

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

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


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 75682f0ff3 GROOVY-10860: Bump jackson to 2.14.1
75682f0ff3 is described below

commit 75682f0ff30f96c9ff4d313d1f878308152fe4cf
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Dec 5 01:34:44 2022 +0800

    GROOVY-10860: Bump jackson to 2.14.1
---
 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 087a957124..a65caded77 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.14.0')
+            @Grab('com.fasterxml.jackson.core:jackson-databind:2.14.1')
             import com.fasterxml.jackson.databind.ObjectMapper
 
             @Grab('io.rest-assured:rest-assured:4.4.0')
diff --git a/versions.properties b/versions.properties
index 7bb658722c..0d58476ac1 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.14.0
-jackson=2.14.0
+jacksonDatabind=2.14.1
+jackson=2.14.1
 jarjar=1.8.0
 javaParser=3.24.8
 jline=2.14.6