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 09:44:37 UTC

[groovy] branch master updated: GROOVY-10641: Bump json-unit (test dependency) to 2.35.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 a391f69e81 GROOVY-10641: Bump json-unit (test dependency) to 2.35.0
a391f69e81 is described below

commit a391f69e815636c063449604d18370208f12d712
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri May 27 19:44:28 2022 +1000

    GROOVY-10641: Bump json-unit (test dependency) to 2.35.0
---
 gradle/verification-metadata.xml     | 15 ---------------
 subprojects/groovy-json/build.gradle |  2 +-
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 0bde570e01..b6b514da05 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -463,11 +463,6 @@
             <sha512 value="893be63cc01d3d53f1ba81b6b2712cd5eab71ca1dc41af3a66de800e30504c5f1972b0759e05997629a5686876dddbd8fd8a244daa14da1f759dce6154989201" origin="Generated by Gradle because artifact wasn't signed"/>
          </artifact>
       </component>
-      <component group="gradle.plugin.com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="4.6.0">
-         <artifact name="spotbugs-gradle-plugin-4.6.0.jar">
-            <sha512 value="80be5adf1a1d5f182da3bc718953d0149673c43844690dea30fe00d83ea3886517e88473da48619007932047fd45e461643ec07704b3b7c5b52d798801c6066e" origin="Generated by Gradle because artifact wasn't signed"/>
-         </artifact>
-      </component>
       <component group="io.github.x-stream" name="mxparser" version="1.2.1">
          <artifact name="mxparser-1.2.1.jar">
             <pgp value="050a37a2e0577f4baa095b52602ec18d20c4661c"/>
@@ -590,16 +585,6 @@
             <pgp value="a7892505cf1a58076453e52d7999befba1039e8b"/>
          </artifact>
       </component>
-      <component group="net.javacrumbs.json-unit" name="json-unit" version="2.33.0">
-         <artifact name="json-unit-2.33.0.jar">
-            <sha512 value="22ead2eabd03e05edb1fca052c3c0a7218b0cb5b2d87de1147317598a62a4fa3d76e9ce0e788825f6cbe670820fa96accbef2400cb818641affcf09983f630db" origin="Generated by Gradle because a key couldn't be downloaded"/>
-         </artifact>
-      </component>
-      <component group="net.javacrumbs.json-unit" name="json-unit-core" version="2.33.0">
-         <artifact name="json-unit-core-2.33.0.jar">
-            <sha512 value="ee97ee53260d53672f114b553bd1e0b41b13ee9ffbfad6702a6c5641cfe1a404e2cf37897876ec225f78a98771ef295816e8e511dd9cb8007e6643e7a4a5d2e2" origin="Generated by Gradle because a key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="net.jcip" name="jcip-annotations" version="1.0">
          <artifact name="jcip-annotations-1.0.jar">
             <sha512 value="cb312b3f571d91ef183c119d878f50464ffd97f853b7311cba386463f295e8b7b3a5a89ed4269a045cacd5aa7cb4c803d4882854a0fddefa9bbc28c72aa6c786" origin="Generated by Gradle because artifact wasn't signed"/>
diff --git a/subprojects/groovy-json/build.gradle b/subprojects/groovy-json/build.gradle
index 0206395cec..d5a1de8fde 100644
--- a/subprojects/groovy-json/build.gradle
+++ b/subprojects/groovy-json/build.gradle
@@ -25,7 +25,7 @@ dependencies {
 
     testImplementation project(':groovy-test')
     testImplementation project(':groovy-dateutil')
-    testImplementation 'net.javacrumbs.json-unit:json-unit:2.33.0'
+    testImplementation 'net.javacrumbs.json-unit:json-unit:2.35.0'
 
     testRuntimeOnly project(':'), {
         because "Tests are using Grapes"