diff --git a/build.gradle.kts b/build.gradle.kts index ff2bd49b..e4f78269 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -91,8 +91,8 @@ val dependencyVersions = listOf( ) val dependencyGroupVersions = mapOf( - "org.junit.jupiter" to "5.10.0", - "org.junit.platform" to "1.10.0", + "org.junit.jupiter" to "5.10.1", + "org.junit.platform" to "1.10.1", ) configurations.all {