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/15 02:28:26 UTC

[groovy] 07/08: GROOVY-10832: Bump json-unit (test dependency) to 2.36.0

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

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 84869c11c23445c10ce6074b994775819f162c78
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Nov 15 00:14:01 2022 +1000

    GROOVY-10832: Bump json-unit (test dependency) to 2.36.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 b48984b1ef..d05beb9dde 100644
--- a/subprojects/groovy-json/build.gradle
+++ b/subprojects/groovy-json/build.gradle
@@ -25,7 +25,7 @@ dependencies {
 
     testImplementation projects.groovyTest
     testImplementation projects.groovyDateutil
-    testImplementation 'net.javacrumbs.json-unit:json-unit:2.35.0'
+    testImplementation 'net.javacrumbs.json-unit:json-unit:2.36.0'
 
     testRuntimeOnly project(':'), {
         because "Tests are using Grapes"