This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch deps/groovy-5.0.8-8.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 9eec0587fdc77f342eda7449162f11749cba46af Author: James Fredley <[email protected]> AuthorDate: Sun Aug 2 09:33:59 2026 -0400 fix(deps): Bump Groovy to 5.0.8 Updates the managed Groovy pin from 5.0.7 to Apache Groovy 5.0.8 in the main BOM and the Micronaut/Hibernate custom BOM blocks. Leaves gradle-groovy.version at 4.0.32 for Gradle's embedded Groovy toolchain. Apache Groovy 5.0.8 (2026-07-29): https://groovy-lang.org/changelogs/changelog-5.0.8.html https://repo1.maven.org/maven2/org/apache/groovy/groovy/5.0.8/ https://repo1.maven.org/maven2/org/apache/groovy/groovy-bom/5.0.8/ Verified locally: ./gradlew :grails-core:compileGroovy :grails-bootstrap:compileGroovy \ validateDependencyVersions --refresh-dependencies -> BUILD SUCCESSFUL Assisted-by: Sisyphus:xai/grok-4.5 --- dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 79ebd4f1f8..c62a94eebb 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -83,7 +83,7 @@ ext { // extended-scalars compatibility. See https://github.com/apache/grails-core/issues/15674 'graphql-java.version' : '25.0', 'graphql-java-extended-scalars.version': '24.0', - 'groovy.version' : '5.0.7', + 'groovy.version' : '5.0.8', 'guava.version' : '33.6.0-jre', // Security: overrides spring-boot-dependencies (5.4.2). 5.4.3 fixes CVE-2026-54399 (httpcore5) and CVE-2026-54428 (httpcore5-h2). 'httpcore5.version' : '5.4.3', @@ -444,7 +444,7 @@ ext { 'liquibase-hibernate.version': '4.27.0', 'liquibase.version' : '4.27.0', 'hibernate.version' : '5.6.15.Final', - 'groovy.version' : '5.0.7', + 'groovy.version' : '5.0.8', 'spock.version' : '2.4-groovy-5.0', 'protobuf.version': '4.30.2', 'asm.version' : '9.10.1', @@ -505,7 +505,7 @@ ext { 'liquibase-hibernate.version': '4.27.0', 'liquibase.version' : '4.27.0', 'hibernate.version' : '5.6.15.Final', - 'groovy.version' : '5.0.7', + 'groovy.version' : '5.0.8', 'spock.version' : '2.4-groovy-5.0', 'protobuf.version': '4.30.2', 'asm.version' : '9.10.1',
