From b42e5adf5b9dda172f400f986ee10580fdf144c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:12:40 +0000 Subject: [PATCH] Update dependency org.codehaus.groovy:groovy-all to v3 --- 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 30066193..692c360d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ jacksonDatabind = "2.17.2" commonsBeanutils = "1.9.4" stax = "1.2.0" staxApi = "1.0" -groovy = "2.3.7" +groovy = "3.0.22" spock = "0.7-groovy-2.0" cglib = "2.2.2" objenesis = "3.1"