diff --git a/build.gradle.kts b/build.gradle.kts index 92635b0e..77df59fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,10 +12,10 @@ val dependencyVersions = listOf( "net.bytebuddy:byte-buddy-agent:1.15.10", "org.apache.commons:commons-compress:1.27.1", "org.apache.commons:commons-lang3:3.17.0", - "org.codehaus.groovy:groovy:3.0.22", - "org.codehaus.groovy:groovy-json:3.0.22", - "org.apache.groovy:groovy:4.0.23", - "org.apache.groovy:groovy-json:4.0.23", + "org.codehaus.groovy:groovy:3.0.23", + "org.codehaus.groovy:groovy-json:3.0.23", + "org.apache.groovy:groovy:4.0.24", + "org.apache.groovy:groovy-json:4.0.24", "org.jetbrains:annotations:26.0.1", "org.junit:junit-bom:5.11.3", ) diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index 314c6f87..a526c7dd 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -103,8 +103,8 @@ dependencies { api("de.gesellix:docker-engine:2024-11-05T20-15-00") api("de.gesellix:docker-compose:2024-11-04T20-52-00") - implementation("org.apache.groovy:groovy:4.0.23") - implementation("org.apache.groovy:groovy-json:4.0.23") + implementation("org.apache.groovy:groovy:4.0.24") + implementation("org.apache.groovy:groovy-json:4.0.24") api("com.squareup.moshi:moshi:1.15.1") implementation("com.google.re2j:re2j:1.7") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 51cca3a7..5a69b3d3 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -103,8 +103,8 @@ dependencies { api("de.gesellix:docker-engine:2024-11-05T20-15-00") api("de.gesellix:docker-compose:2024-11-04T20-52-00") - implementation("org.codehaus.groovy:groovy:3.0.22") - implementation("org.codehaus.groovy:groovy-json:3.0.22") + implementation("org.codehaus.groovy:groovy:3.0.23") + implementation("org.codehaus.groovy:groovy-json:3.0.23") api("com.squareup.moshi:moshi:1.15.1") implementation("com.google.re2j:re2j:1.7") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index 50e9f6a6..9768d912 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { // implementation(project(":client")) implementation(project(":client-groovy4")) // implementation("org.codehaus.groovy:groovy:[3,4)") - implementation("org.apache.groovy:groovy:4.0.23") + implementation("org.apache.groovy:groovy:4.0.24") testImplementation("org.apache.commons:commons-compress:1.27.1") implementation("org.slf4j:slf4j-api:2.0.16")