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:07 UTC

[groovy] branch master updated (b1108b0 -> 685114b)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from b1108b0  update dependency metadata
     new 45ae82b  GROOVY-10175: Bump Codenarc to 2.1.0
     new 685114b  GROOVY-10174: Bump gson to 2.8.7

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 subprojects/groovy-json/build.gradle | 2 +-
 versions.properties                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

Posted by pa...@apache.org.
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') {

[groovy] 01/02: GROOVY-10175: Bump Codenarc to 2.1.0

Posted by pa...@apache.org.
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 45ae82bfca8cccb41b4dbcb265679d77fa20611a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 14:47:10 2021 +1000

    GROOVY-10175: Bump Codenarc to 2.1.0
---
 versions.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.properties b/versions.properties
index d980a50..3799363 100644
--- a/versions.properties
+++ b/versions.properties
@@ -21,7 +21,7 @@ asciidoctorGroovyDsl = 2.0.1
 asm = 9.2
 antlr4 = 4.9.0
 bridger = 1.5.Final
-codenarc = 2.0.0
+codenarc = 2.1.0
 cobertura = 1.9.4.1
 commonsCli = 1.4
 commonsMath3 = 3.6.1