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/14 14:15:30 UTC

[groovy] 01/04: GROOVY-10830: Bump jackson-databind to 2.14.0

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

commit 773b9d49b4b2383fa531ab5f406e656d46dfd329
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
---
 gradle/verification-metadata.xml        | 7 ++++++-
 src/test/groovy/bugs/Groovy10461.groovy | 2 +-
 versions.properties                     | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 7f80d77cfb..9349856af8 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -66,7 +66,7 @@
             <trusting group="commons-collections" name="commons-collections" version="3.2.2"/>
             <trusting group="commons-logging" name="commons-logging" version="1.2"/>
          </trusted-key>
-         <trusted-key id="120d6f34e627ed3a772ebbfe55c7e5e701832382" group="org.yaml" name="snakeyaml" version="1.31"/>
+         <trusted-key id="120d6f34e627ed3a772ebbfe55c7e5e701832382" group="org.yaml" name="snakeyaml" version="1.33"/>
          <trusted-key id="12d16069219c90212a974d119ae296fd02e9f65b" group="org.apache.commons" name="commons-math3" version="3.2"/>
          <trusted-key id="190d5a957ff22273e601f7a7c92c5fec70161c62">
             <trusting group="org.codehaus.plexus"/>
@@ -762,6 +762,11 @@
             <pgp value="2bcbdd0f23ea1cafcc11d4860374cf2e8dd1bdfd"/>
          </artifact>
       </component>
+      <component group="org.yaml" name="snakeyaml" version="1.33">
+         <artifact name="snakeyaml-1.33.jar">
+            <pgp value="120d6f34e627ed3a772ebbfe55c7e5e701832382"/>
+         </artifact>
+      </component>
       <component group="org.ysb33r.gradle" name="grolifant" version="0.16.1">
          <artifact name="grolifant-0.16.1.jar">
             <ignored-keys>
diff --git a/src/test/groovy/bugs/Groovy10461.groovy b/src/test/groovy/bugs/Groovy10461.groovy
index 19e43e14d8..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.4.2')
+            @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 f471d9ef7b..d61be74fff 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.1
 javaParser=3.24.7
 jline=2.14.6