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 083c0703 Bump Selenium to 4.27.0, Selenium TestContainer to 1.20.3
083c0703 is described below
commit 083c070326946ff5ea6bbbffc138f21365d76415
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 15 16:36:37 2024 +1000
Bump Selenium to 4.27.0, Selenium TestContainer to 1.20.3
---
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 f424e24b..9c7d85f8 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -20,7 +20,7 @@ junit4 = "4.13.2"
junit5 = "5.11.3"
ratpack = "1.10.0-milestone-32"
sauceConnect = "1.153"
-selenium = "4.25.0"
+selenium = "4.27.0"
spock = "2.3-groovy-4.0"
threeTen = "1.8.0"
@@ -57,7 +57,7 @@ spock-core = { module = 'org.spockframework:spock-core',
version.ref = 'spock' }
spockCoreGroovy25 = 'org.spockframework:spock-core:1.3-groovy-2.5'
spockCoreGroovy3 = 'org.spockframework:spock-core:2.3-groovy-3.0'
systemLambda = 'com.github.stefanbirkner:system-lambda:1.2.0'
-testcontainers-selenium = 'org.testcontainers:selenium:1.20.3'
+testcontainers-selenium = 'org.testcontainers:selenium:1.20.4'
testng = 'org.testng:testng:6.14.3'
threeTen-extra = { module = 'org.threeten:threeten-extra', version.ref =
'threeTen' }