You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/02/16 01:54:45 UTC

[groovy] 03/03: GROOVY-10487: Bump gson (test dependency) to 2.9.0

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 a2fbcd3a751e6f47a68985f2e85dc2deb050f7b1
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Feb 16 11:54:35 2022 +1000

    GROOVY-10487: Bump gson (test dependency) to 2.9.0
---
 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 9ae5951..3f909e5 100644
--- a/subprojects/groovy-json/build.gradle
+++ b/subprojects/groovy-json/build.gradle
@@ -33,7 +33,7 @@ dependencies {
         }
     }
     testRuntimeOnly project(':groovy-ant') // for JavadocAssertionTests
-    testRuntimeOnly 'com.google.code.gson:gson:2.8.9' // json-unit requires gson, jackson1 or jackson2
+    testRuntimeOnly 'com.google.code.gson:gson:2.9.0' // json-unit requires gson, jackson1 or jackson2
 }
 
 plugins.withId('eclipse') {