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 6e44ccd7b6f7273e4ea85fb9f3cdd4a3c9162df2
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jun 24 12:48:39 2024 +1000

    GROOVY-11425: Bump gson to 2.11.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 eb7d6b2007..0aec1bb9f7 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.10.1' // json-unit requires 
gson, jackson1 or jackson2
+    testRuntimeOnly 'com.google.code.gson:gson:2.11.0' // json-unit requires 
gson, jackson1 or jackson2
 }
 
 plugins.withId('eclipse') {

Reply via email to