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 7ed5059f Upgrade Groovy to 4.0.25 #255
7ed5059f is described below
commit 7ed5059f4f902675e0f347e86f4aa685ca741833
Author: Paul King <[email protected]>
AuthorDate: Sat Jan 25 15:40:32 2025 +1000
Upgrade Groovy to 4.0.25 #255
---
doc/manual/src/docs/asciidoc/140-project.adoc | 1 +
gradle/libs.versions.toml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/manual/src/docs/asciidoc/140-project.adoc
b/doc/manual/src/docs/asciidoc/140-project.adoc
index 3f0aa9b3..3ac7dfc1 100644
--- a/doc/manual/src/docs/asciidoc/140-project.adoc
+++ b/doc/manual/src/docs/asciidoc/140-project.adoc
@@ -110,6 +110,7 @@ This page lists the more important changes between versions
of Geb.
* Changed the Maven group coordinate to `org.apache.groovy.geb` from
`org.gebish`. [issue:226[]]
==== ⚙️ Dependencies
+* Upgrade Groovy to 4.0.25. [issue:255[]]
* Upgrade Groovy to 4.0.24. [issue:227[]]
* commit:3141b7a8[] Bump node-gradle plugin to 7.1.0 (build dependency)
* commit:e8b4a36c[] Bump guava to 33.4.0-jre
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index c81bf774..5d4f1273 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -14,7 +14,7 @@
# limitations under the License.
[versions]
-groovy = "4.0.24"
+groovy = "4.0.25"
jetty = "10.0.24"
junit4 = "4.13.2"
junit5 = "5.11.4"