diff --git a/build.gradle.kts b/build.gradle.kts index 7a635493..a1f0a349 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,10 +50,10 @@ repositories { dependencies { detektPlugins("com.kylecorry:orion:1.1.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.4") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.4") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.1.0") testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.4") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.4") }