This is an automated email from the ASF dual-hosted git repository. benw pushed a commit to branch gradle-improvements in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/gradle-improvements by this push: new 900de2e42 TAP5-2809: Groovy 3.0.13 -> 4.0.27 900de2e42 is described below commit 900de2e42f1c48cd3457d395c55e782fb76ac406 Author: Ben Weidig <b...@netzgut.net> AuthorDate: Sun Jun 15 13:29:28 2025 +0200 TAP5-2809: Groovy 3.0.13 -> 4.0.27 --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2153aade1..b28dd8e8a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ hamcrestCore = "1.3" json = "20140107" xmlApis = "1.4.01" guice = "3.0" -groovy = "3.0.13" +groovy = "4.0.27" ant-jsch = "1.8.2" # TESTING @@ -47,7 +47,7 @@ junit5 = "5.10.2" junit4 = "4.13.2" testng = "7.5.1" easymock = "5.4.0" -spock = "2.3-groovy-3.0" +spock = "2.3-groovy-4.0" geb = "2.0" webdrivermanager = "5.3.1" selenium = "4.5.0" @@ -100,9 +100,9 @@ guice = { module = "com.google.inject:guice", version.ref = "guice" } ant-jsch = { module = "org.apache.ant:ant-jsch", version.ref = "ant-jsch" } # GROOVY -groovy-core = { group = "org.codehaus.groovy", name = "groovy", version.ref = "groovy" } -groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version.ref = "groovy" } -groovy-nio = { group = "org.codehaus.groovy", name = "groovy-nio", version.ref = "groovy" } +groovy-core = { group = "org.apache.groovy", name = "groovy", version.ref = "groovy" } +groovy-json = { group = "org.apache.groovy", name = "groovy-json", version.ref = "groovy" } +groovy-nio = { group = "org.apache.groovy", name = "groovy-nio", version.ref = "groovy" } # BOM