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/05/27 07:31:52 UTC

[groovy] branch master updated: GROOVY-10627: Bump jackson to 2.13.3 (additional test case)

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

paulk 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 28c5700a0e GROOVY-10627: Bump jackson to 2.13.3 (additional test case)
28c5700a0e is described below

commit 28c5700a0ef822c19b93612cb248f0951e311b13
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri May 27 17:31:41 2022 +1000

    GROOVY-10627: Bump jackson to 2.13.3 (additional test case)
---
 src/test/groovy/bugs/Groovy10461.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/groovy/bugs/Groovy10461.groovy b/src/test/groovy/bugs/Groovy10461.groovy
index 0b1ab8ff2e..d029ac2139 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.2.2')
+            @Grab('com.fasterxml.jackson.core:jackson-databind:2.13.3')
             import com.fasterxml.jackson.databind.ObjectMapper
 
             @Grab('io.rest-assured:rest-assured:4.4.0')