diff --git a/build.gradle.kts b/build.gradle.kts index 91e50fc..61a2b87 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -85,7 +85,7 @@ dependencies { // Testing testImplementation("org.mockito", "mockito-core", "4.0.0") testImplementation("com.nhaarman.mockitokotlin2", "mockito-kotlin", "2.2.0") - testImplementation(platform("org.junit:junit-bom:5.9.3")) + testImplementation(platform("org.junit:junit-bom:5.10.0")) testImplementation("org.junit.jupiter", "junit-jupiter-api") testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine") }