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 886f69d9e4f3fca8b148e3ab081975faeb4350c6 Author: Paul King <[email protected]> AuthorDate: Tue Mar 28 10:21:38 2023 +1000 GROOVY-10989: Bump json-unit to 2.37.0 (test dependency) --- 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 178bb5644a..4a043353b8 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.36.1' + testImplementation 'net.javacrumbs.json-unit:json-unit:2.37.0' testRuntimeOnly project(':'), { because "Tests are using Grapes"
