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 519b6d10dc1a66697e29210a047891a32fc7c047 Author: Paul King <[email protected]> AuthorDate: Sun Dec 15 12:54:57 2024 +1000 Bump ThreeTen-Extra lib to 1.8.0 --- 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 6d3e626d..3af3ad8f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ ratpack = "1.10.0-milestone-32" sauceConnect = "1.153" selenium = "4.25.0" spock = "2.3-groovy-4.0" -threeTen = "1.7.0" +threeTen = "1.8.0" [libraries] asciidoctorj = 'org.asciidoctor:asciidoctorj:2.5.13'
