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-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f7fcb3f Bump Groovy version
1f7fcb3f is described below

commit 1f7fcb3f9714256f5948be8dac79073020a8280f
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 15 13:28:46 2024 +1000

    Bump Groovy version
---
 gradle/libs.versions.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index dd9afdda..cd2bcec7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 [versions]
-groovy = "4.0.23"
+groovy = "4.0.24"
 jetty = "9.4.50.v20221201"
 junit4 = "4.13.2"
 junit5 = "5.11.3"
@@ -33,7 +33,7 @@ commons-fileupload = 
'commons-fileupload:commons-fileupload:1.3.1'
 gebSpockGroovy25 = 'org.gebish:geb-spock:4.0'
 grolifant = 'org.ysb33r.gradle:grolifant80:4.0.0'
 groovy-bom = { module = 'org.apache.groovy:groovy-bom', version.ref = 'groovy' 
}
-groovy25 = 'org.codehaus.groovy:groovy-all:2.5.14'
+groovy25 = 'org.codehaus.groovy:groovy-all:2.5.23'
 guava = 'com.google.guava:guava:23.0'
 htmlUnitDriver = 'org.seleniumhq.selenium:htmlunit-driver:4.13.0'
 jetty-server = { module = 'org.eclipse.jetty:jetty-server', version.ref = 
'jetty' }

Reply via email to