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 2021/07/15 04:52:09 UTC

[groovy] 02/02: GROOVY-10174: Bump gson to 2.8.7

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 685114b95aafb54d4fbd300e0e604e2f51ef2a8b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 14:48:59 2021 +1000

    GROOVY-10174: Bump gson to 2.8.7
---
 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 a0b0c5f..5ef4f24 100644
--- a/subprojects/groovy-json/build.gradle
+++ b/subprojects/groovy-json/build.gradle
@@ -27,7 +27,7 @@ dependencies {
     testImplementation 'net.javacrumbs.json-unit:json-unit:2.27.0'
     testRuntimeOnly "org.slf4j:slf4j-api:${versions.slf4j}"
     testRuntimeOnly project(':groovy-ant') // for JavadocAssertionTests
-    testRuntimeOnly 'com.google.code.gson:gson:2.8.6' // json-unit requires gson, jackson1, or jackson2
+    testRuntimeOnly 'com.google.code.gson:gson:2.8.7' // json-unit requires gson, jackson1, or jackson2
 }
 
 plugins.withId('eclipse') {