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 fdc74a423b744cf4efa97356ee5bf4be593dc279
Author: Paul King <[email protected]>
AuthorDate: Fri Sep 26 11:11:59 2025 +1000

    bump gson version to 2.13.2 (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 e17393b93a..4630a33500 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.13.1' // json-unit requires 
gson, jackson1 or jackson2
+    testRuntimeOnly 'com.google.code.gson:gson:2.13.2' // json-unit requires 
gson, jackson1 or jackson2
 }
 
 plugins.withId('eclipse') {

Reply via email to