diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 8ec6c9a..e3b9da9 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -8,10 +8,10 @@ plugins { dependencies { compileOnly(gradleApi()) testImplementation(gradleTestKit()) - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1") testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25") }