diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index a88637f..3801afe 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -77,11 +77,11 @@ dependencies { testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1") testRuntimeOnly("cglib:cglib-nodep:3.3.0") - testImplementation("org.junit.platform:junit-platform-launcher:1.11.0") - testImplementation("org.junit.platform:junit-platform-commons:1.11.0") + testImplementation("org.junit.platform:junit-platform-launcher:1.11.1") + testImplementation("org.junit.platform:junit-platform-commons:1.11.1") testImplementation("org.apache.commons:commons-compress:1.27.1") testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") diff --git a/build.gradle.kts b/build.gradle.kts index 6abd44f..af80826 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,8 +28,8 @@ val dependencyVersions = listOf( "org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.9.0", "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0", "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0", - "org.junit:junit-bom:5.11.0", - "org.junit.jupiter:junit-jupiter-api:5.11.0", + "org.junit:junit-bom:5.11.1", + "org.junit.jupiter:junit-jupiter-api:5.11.1", "org.opentest4j:opentest4j:1.3.0" )