diff --git a/build.gradle.kts b/build.gradle.kts index 2a3fb45..8d5692e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { implementation("com.google.code.gson:gson:2.14.0") // tests - testImplementation(platform("org.junit:junit-bom:6.1.0")) + testImplementation(platform("org.junit:junit-bom:6.1.1")) testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher")