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/02/16 02:09:34 UTC

[groovy] 01/04: GROOVY-10488: Bump json-unit (test dependency) version to 2.31.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 a4e17245062ee5a3cf778d8073191a9343000468
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Feb 16 12:02:48 2022 +1000

    GROOVY-10488: Bump json-unit (test dependency) version to 2.31.0
---
 subprojects/groovy-json/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-json/build.gradle b/subprojects/groovy-json/build.gradle
index 3f909e5..447009f 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.28.0'
+    testImplementation 'net.javacrumbs.json-unit:json-unit:2.31.0'
 
     testRuntimeOnly project(':'), {
         capabilities {