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 17a37109cb87f51494e4ac6d605a7f8054e27f33 Author: Paul King <pa...@asert.com.au> AuthorDate: Tue Aug 19 09:11:54 2025 +1000 bump gson version to 2.13.1 (test dependency) old version still appearing in classpath configuration --- 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 ffe4824b6b..e17393b93a 100644 --- a/subprojects/groovy-json/build.gradle +++ b/subprojects/groovy-json/build.gradle @@ -34,7 +34,7 @@ dependencies { } } testRuntimeOnly projects.groovyAnt // for JavadocAssertionTests - testRuntimeOnly 'com.google.code.gson:gson:2.11.0' // json-unit requires gson, jackson1 or jackson2 + testRuntimeOnly 'com.google.code.gson:gson:2.13.1' // json-unit requires gson, jackson1 or jackson2 } plugins.withId('eclipse') {