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 445a068d Upgrade Groovy to 4.0.26 #264
445a068d is described below
commit 445a068d17b63ab2468e5191a23450ecd571c9c8
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 1 12:08:20 2025 +1000
Upgrade Groovy to 4.0.26 #264
---
doc/manual/src/docs/asciidoc/140-project.adoc | 2 +-
gradle/libs.versions.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/manual/src/docs/asciidoc/140-project.adoc
b/doc/manual/src/docs/asciidoc/140-project.adoc
index 94b2ab0a..1131a35d 100644
--- a/doc/manual/src/docs/asciidoc/140-project.adoc
+++ b/doc/manual/src/docs/asciidoc/140-project.adoc
@@ -110,7 +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.26. [issue:264[]]
* commit:d64e9ba9[] Bump gradle to 8.12.1 (build dependency)
* 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 54020dc4..d040e59a 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -14,7 +14,7 @@
# limitations under the License.
[versions]
-groovy = "4.0.25"
+groovy = "4.0.26"
jetty = "10.0.24"
junit4 = "4.13.2"
junit5 = "5.11.4"