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 06:09:19 UTC

[groovy] branch GROOVY_3_0_X updated (7396fae -> 82ac76c)

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

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


    from 7396fae  GROOVY-10167: Bump jackson version to 2.12.4
     new 43bc87c  GROOVY-10175: Bump Codenarc to 2.1.0
     new 82ac76c  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:
 gradle/quality.gradle                | 2 +-
 subprojects/groovy-json/build.gradle | 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 GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 82ac76ce100a23db9b37e79d3db243944e495e33
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 16:08:46 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 9b01f07..d9674ff 100644
--- a/subprojects/groovy-json/build.gradle
+++ b/subprojects/groovy-json/build.gradle
@@ -21,7 +21,7 @@ dependencies {
     testImplementation project(':groovy-test')
     testImplementation project(':groovy-dateutil')
     testImplementation 'net.javacrumbs.json-unit:json-unit:2.9.0'
-    testRuntime 'com.google.code.gson:gson:2.8.6' // json-unit requires gson, jackson1, or jackson2
+    testRuntime 'com.google.code.gson:gson:2.8.7' // json-unit requires gson, jackson1, or jackson2
     testRuntime "org.slf4j:slf4j-api:$slf4jVersion"
     testRuntime project(':groovy-ant') // for JavadocAssertionTests
 }

[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 GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 43bc87c1d9108140f9053564629f77e243ffea8a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 16:08:06 2021 +1000

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

diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index 430d46a..c8bb684 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -42,7 +42,7 @@ allprojects { proj ->
 
     dependencies {
         checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"
-        codenarc "org.codenarc:CodeNarc:2.0.0"
+        codenarc "org.codenarc:CodeNarc:2.1.0"
         spotbugs "com.github.spotbugs:spotbugs:$spotbugsVersion"
         if (proj.name.contains('jaxb') && JavaVersion.current().isJava9Compatible()) {
             spotbugs 'javax.xml.bind:jaxb-api:2.3.0'