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
commit 518088aa99e0b042f3aa7c9f1f08779eb3191066 Author: Paul King <[email protected]> AuthorDate: Mon Dec 16 07:52:11 2024 +1000 Bump system-lambda to 1.2.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cec9c7e6..650a5675 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,7 +56,7 @@ selenium-support = { module = 'org.seleniumhq.selenium:selenium-support', versio 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' +systemLambda = 'com.github.stefanbirkner:system-lambda:1.2.1' testcontainers-selenium = 'org.testcontainers:selenium:1.20.4' testng = 'org.testng:testng:7.5.1' threeTen-extra = { module = 'org.threeten:threeten-extra', version.ref = 'threeTen' }
