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 ec8d11306b3850f70ac7224b532ba32e69bcd3c1 Author: Paul King <[email protected]> AuthorDate: Sun Dec 15 22:40:00 2024 +1000 Bump testng to 7.5.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 34bdaad6..af103897 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ 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.4' -testng = 'org.testng:testng:6.14.3' +testng = 'org.testng:testng:7.5.1' threeTen-extra = { module = 'org.threeten:threeten-extra', version.ref = 'threeTen' } [plugins]
