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 d6182a7a09064b55b5bd7c022507acdfd23a4ff6
Author: Paul King <[email protected]>
AuthorDate: Fri Sep 26 13:54:05 2025 +1000

    GROOVY-11766: Bump checkstyle to 11.0.1 (build dependency)
---
 build-logic/src/main/groovy/org.apache.groovy-base.gradle | 3 ++-
 versions.properties                                       | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/build-logic/src/main/groovy/org.apache.groovy-base.gradle 
b/build-logic/src/main/groovy/org.apache.groovy-base.gradle
index a07154929c..69512dbf46 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-base.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-base.gradle
@@ -131,6 +131,7 @@ dependencies {
     codenarc project(':groovy-templates')
 
     checkstyle "com.puppycrawl.tools:checkstyle:${versions.checkstyle}"
+    checkstyle "commons-codec:commons-codec:1.19.0"
     spotbugs "com.github.spotbugs:spotbugs:${versions.spotbugs}"
     spotbugs "org.apache.logging.log4j:log4j-api:${versions.log4j2}"
     spotbugs "org.apache.logging.log4j:log4j-core:${versions.log4j2}"
@@ -239,7 +240,7 @@ tasks.withType(SpotBugsTask).configureEach {
     excludeFilter = rootProject.file('config/spotbugs/exclude.xml')
     ignoreFailures = true
     effort = Effort.valueOf('MAX')
-    maxHeapSize = '2g'
+    maxHeapSize = '4g'
     reports {
         xml {
             required = false
diff --git a/versions.properties b/versions.properties
index 1399e40208..2ace576403 100644
--- a/versions.properties
+++ b/versions.properties
@@ -22,7 +22,7 @@ asciidoctorPdf=2.3.19
 asciidoctorj=2.5.11
 asm=9.8
 bridger=1.6.Final
-checkstyle=10.26.1
+checkstyle=11.0.1
 cobertura=1.9.4.1
 codenarc=3.6.0
 commonsCli=1.10.0

Reply via email to