diff --git a/.github/workflow-samples/kotlin-dsl/build.gradle.kts b/.github/workflow-samples/kotlin-dsl/build.gradle.kts index c8af4b8..be553be 100644 --- a/.github/workflow-samples/kotlin-dsl/build.gradle.kts +++ b/.github/workflow-samples/kotlin-dsl/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { api("org.apache.commons:commons-math3:3.6.1") implementation("com.google.guava:guava:33.3.1-jre") - testImplementation("org.junit.jupiter:junit-jupiter:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.2") } tasks.test {