This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_5_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_5_0_X by this push:
new 60706ad66c Bump gson to 2.23.2 (test dependency)
60706ad66c is described below
commit 60706ad66c3c0546cad8ecf5bfdb89746de1fccd
Author: Paul King <[email protected]>
AuthorDate: Wed Oct 8 10:21:15 2025 +1000
Bump gson to 2.23.2 (test dependency)
---
gradle/verification-metadata.xml | 4 ++--
subprojects/groovy-json/build.gradle | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 1aa08031ab..9649ec7fec 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -456,8 +456,8 @@
<sha512
value="b8c91426a8275b42ea5c55b104308ffbe656ae3354bc661f62173352e53a4818a009e4dd82bc6cf518c77fda5a4d2eab0d3ad832581a8f0d87966ef04e6c025a"
origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
- <component group="com.google.code.gson" name="gson" version="2.13.1">
- <artifact name="gson-2.13.1.jar">
+ <component group="com.google.code.gson" name="gson" version="2.13.2">
+ <artifact name="gson-2.13.2.jar">
<pgp value="C7BE5BCC9FEC15518CFDA882B0F3710FA64900E7"/>
<sha512
value="4c13440cd080c13a160a13a8f350816487b3c2a77aed8ea900721af07a595f6b2f414ac5fb6a628011e9d366a5c4c3c5633f5efa669700144b659dfe4d14419b"
origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
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') {