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/10/01 11:07:00 UTC

[groovy] branch master updated: GROOVY-10776: Bump jackson-databind to 2.13.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce61859e9e GROOVY-10776: Bump jackson-databind to 2.13.4
ce61859e9e is described below

commit ce61859e9e1cfdc6fc616445ac8c0bc05bef47a8
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Oct 1 19:06:14 2022 +0800

    GROOVY-10776: Bump jackson-databind to 2.13.4
---
 src/test/groovy/bugs/Groovy10461.groovy | 2 +-
 versions.properties                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/groovy/bugs/Groovy10461.groovy b/src/test/groovy/bugs/Groovy10461.groovy
index d029ac2139..43f4cbd049 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.3')
+            @Grab('com.fasterxml.jackson.core:jackson-databind:2.13.4')
             import com.fasterxml.jackson.databind.ObjectMapper
 
             @Grab('io.rest-assured:rest-assured:4.4.0')
diff --git a/versions.properties b/versions.properties
index b11313f057..bc689baf8a 100644
--- a/versions.properties
+++ b/versions.properties
@@ -28,7 +28,7 @@ commonsMath3=3.6.1
 gpars=1.2.1
 ivy=2.5.0
 jansi=2.4.0
-jacksonDatabind=2.13.3
+jacksonDatabind=2.13.4
 jackson=2.13.4
 jarjar=1.8.1
 javaParser=3.24.4