diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3f01554..23494b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,8 +8,8 @@ commonsIo = "2.17.0" rundeckCore = "5.0.1-20240115" slf4j = "1.7.36" junit = "4.13.2" -groovy = "2.5.23" -spock = "1.3-groovy-2.5" +groovy = "3.0.22" +spock = "2.0-groovy-3.0" cglib = "3.3.0" objenesis = "1.4" axionRelease = "1.18.12" @@ -35,4 +35,4 @@ bouncycastle = ["bcpkix", "bcprov"] testLibs = ["junit", "groovyAll", "spockCore", "cglibNodep", "objenesis"] [plugins] -axionRelease = { id = "pl.allegro.tech.build.axion-release", version.ref = "axionRelease" } \ No newline at end of file +axionRelease = { id = "pl.allegro.tech.build.axion-release", version.ref = "axionRelease" }