diff --git a/build.gradle.kts b/build.gradle.kts index cfb37ab..0289687 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,9 +17,9 @@ repositories { } dependencies { - testImplementation(platform("org.junit:junit-bom:6.1.2")) - testImplementation("org.junit.jupiter:junit-jupiter:6.1.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2") + testImplementation(platform("org.junit:junit-bom:6.1.3")) + testImplementation("org.junit.jupiter:junit-jupiter:6.1.3") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.3") } tasks {