This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 695fd1f737ca5587e1cb56aff0c39d30426899c4
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 09:05:40 2025 -0400

    groovy.version to non-snapshot
---
 dependencies.gradle | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index ed38a24226..9e3961a8e2 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -82,9 +82,7 @@ ext {
             'bootstrap.version'            : '5.3.3',
             'commons-codec.version'        : '1.17.1',
             'geb-spock.version'            : '7.0',
-            // vote is starting soon on 4.0.27-SNAPSHOT and we require this 
for M4
-            // this is a temporary workaround so we can test the release 
process
-            'groovy.version'               : '4.0.27-SNAPSHOT',
+            'groovy.version'               : '4.0.27',
             'h2.version'                   : '2.3.232',
             'jackson.version'              : '2.18.2',
             'jquery.version'               : '3.7.1',

Reply via email to