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 6a14ba6770638f00f5ba4be329c6cd196b926251 Author: Paul King <[email protected]> AuthorDate: Mon Jul 6 19:50:01 2020 +1000 GROOVY-9624: Bump Codenarc to 1.6 --- gradle/quality.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/quality.gradle b/gradle/quality.gradle index eebe168..e73060c 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:1.5" + codenarc "org.codenarc:CodeNarc:1.6" spotbugs "com.github.spotbugs:spotbugs:$spotbugsVersion" if (proj.name.contains('jaxb') && JavaVersion.current().isJava9Compatible()) { spotbugs 'javax.xml.bind:jaxb-api:2.3.0'
