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 cb70a30a Bump JUnit/JUnit Platform to 5.11.4/1.11.4
cb70a30a is described below
commit cb70a30a87c5f722107a663fccd725f79517165d
Author: Paul King <[email protected]>
AuthorDate: Wed Dec 18 07:43:40 2024 +1000
Bump JUnit/JUnit Platform to 5.11.4/1.11.4
---
gradle/libs.versions.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 650a5675..b30deb42 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
groovy = "4.0.24"
jetty = "9.4.50.v20221201"
junit4 = "4.13.2"
-junit5 = "5.11.3"
+junit5 = "5.11.4"
ratpack = "1.10.0-milestone-38"
sauceConnect = "1.153"
selenium = "4.27.0"
@@ -41,8 +41,8 @@ jetty-servlet = { module = 'org.eclipse.jetty:jetty-servlet',
version.ref = 'jet
jodd-core = 'org.jodd:jodd-core:5.3.0'
jodd-lagarto = 'org.jodd:jodd-lagarto:6.0.6'
jsoup = 'org.jsoup:jsoup:1.18.3'
-junit-platform-launcher = 'org.junit.platform:junit-platform-launcher:1.11.3'
-junit-platform-testkit = 'org.junit.platform:junit-platform-testkit:1.11.3'
+junit-platform-launcher = 'org.junit.platform:junit-platform-launcher:1.11.4'
+junit-platform-testkit = 'org.junit.platform:junit-platform-testkit:1.11.4'
junit4 = { module = 'junit:junit', version.ref = 'junit4' }
junit5-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api',
version.ref = 'junit5' }
junit5-jupiter-engine = { module = 'org.junit.jupiter:junit-jupiter-engine',
version.ref = 'junit5' }