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 2021/04/07 07:11:25 UTC

[groovy] branch master updated: GROOVY-10021: Bump json-unit to 2.25.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


The following commit(s) were added to refs/heads/master by this push:
     new 47b7ebe  GROOVY-10021: Bump json-unit to 2.25.0
47b7ebe is described below

commit 47b7ebe5d304511ae5d404b8c435666d2205ec24
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Apr 7 17:11:13 2021 +1000

    GROOVY-10021: Bump json-unit to 2.25.0
---
 gradle/verification-metadata.xml     | 1 +
 subprojects/groovy-json/build.gradle | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index f7dbb22..9dcde2d 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -168,6 +168,7 @@
          <trusted-key id="cfc10b69382cbcf5387e51484ece492b63e38acf" group="com.h3xstream.findsecbugs"/>
          <trusted-key id="d54a395b5cf3f86eb45f6e426b1b008864323b92" group="org.antlr"/>
          <trusted-key id="d6f1bc78607808ec8e9f69437a8860944fad5f62" group="org.apache.commons" name="commons-parent"/>
+         <trusted-key id="d75a8c9fcf1016c0f54f2d4dc51e10bd96d06071" group="net.javacrumbs.json-unit"/>
          <trusted-key id="d76260c72df74e66268f7770ab049df4ab24c1ef" group="org.hsqldb" name="hsqldb" version="2.5.1"/>
          <trusted-key id="d790f72ea8fd39551012b62dcf9f3090ce4cb752">
             <trusting group="org.abego.treelayout" name="org.abego.treelayout.core" version="1.0.1"/>
diff --git a/subprojects/groovy-json/build.gradle b/subprojects/groovy-json/build.gradle
index b84dd20..0e3fc2c 100644
--- a/subprojects/groovy-json/build.gradle
+++ b/subprojects/groovy-json/build.gradle
@@ -24,7 +24,7 @@ dependencies {
     api rootProject  // JsonBuilder extends GroovyObjectSupport...
     testImplementation project(':groovy-test')
     testImplementation project(':groovy-dateutil')
-    testImplementation 'net.javacrumbs.json-unit:json-unit:2.9.0'
+    testImplementation 'net.javacrumbs.json-unit:json-unit:2.25.0'
     testRuntimeOnly "org.slf4j:slf4j-api:${versions.slf4j}"
     testRuntimeOnly project(':groovy-ant') // for JavadocAssertionTests
     testRuntimeOnly 'com.google.code.gson:gson:2.8.6' // json-unit requires gson, jackson1, or jackson2