This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch groovy-5.1.0 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit e45c8ce5499bbb8acd77759e3c48a1aaf4f8cb8c Author: Mattias Reichel <[email protected]> AuthorDate: Tue Aug 18 16:14:12 2026 +0200 fix(deps): update Groovy to 5.1.0 --- dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 29bc297882..0e99ca76bc 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -94,7 +94,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.8', + 'groovy.version' : '5.1.0', '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', @@ -460,7 +460,7 @@ ext { 'liquibase-hibernate.version': '4.27.0', 'liquibase.version' : '4.27.0', 'hibernate.version' : '5.6.15.Final', - 'groovy.version' : '5.0.8', + 'groovy.version' : '5.1.0', 'spock.version' : '2.4-groovy-5.0', 'protobuf.version': '4.30.2', 'asm.version' : '9.10.1',
