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/08/31 10:05:39 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10211: Bump Codenarc to 2.2.0

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 4b9e292  GROOVY-10211: Bump Codenarc to 2.2.0
4b9e292 is described below

commit 4b9e292042cdd2fa1363fd9e0582b6ac0daaf5dc
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Aug 31 20:05:32 2021 +1000

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

diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index c8bb684..5bdb1ee 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.1.0"
+        codenarc "org.codenarc:CodeNarc:2.2.0"
         spotbugs "com.github.spotbugs:spotbugs:$spotbugsVersion"
         if (proj.name.contains('jaxb') && JavaVersion.current().isJava9Compatible()) {
             spotbugs 'javax.xml.bind:jaxb-api:2.3.0'