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 86518ca0640f58d5e54c7e132aafa0f1444c5a0d Author: Mattias Reichel <[email protected]> AuthorDate: Tue Aug 18 17:21:52 2026 +0200 fix(deps): update another `groovy.version` in dependencies.gradle --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 0e99ca76bc..46d6912453 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -521,7 +521,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',
