diff --git a/build.gradle.kts b/build.gradle.kts index a96328399..9c086a52e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val dependencyVersions = listOf( "net.bytebuddy:byte-buddy:1.12.23", "net.bytebuddy:byte-buddy-agent:1.12.23", "org.apache.commons:commons-compress:1.22", - "org.codehaus.groovy:groovy:3.0.14", + "org.codehaus.groovy:groovy:3.0.15", "org.jetbrains:annotations:24.0.0", "org.junit:junit-bom:5.9.2", ) diff --git a/client/build.gradle.kts b/client/build.gradle.kts index e908dba80..3e917dd33 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { api("de.gesellix:docker-engine:2023-01-11T07-55-00") api("de.gesellix:docker-compose:2023-01-10T21-41-00") - implementation("org.codehaus.groovy:groovy:3.0.14") + implementation("org.codehaus.groovy:groovy:3.0.15") implementation("org.codehaus.groovy:groovy-json:3.0.14") api("com.squareup.moshi:moshi:1.14.0") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index cf3b71e8e..4345ee40a 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { } } implementation(project(":client")) - implementation("org.codehaus.groovy:groovy:3.0.14") + implementation("org.codehaus.groovy:groovy:3.0.15") testImplementation("org.apache.commons:commons-compress:1.22") implementation("org.slf4j:slf4j-api:2.0.6")