diff --git a/build.gradle.kts b/build.gradle.kts index 6c31dd1..1012ac4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -135,7 +135,7 @@ dependencies { implementation("net.momirealms:sparrow-yaml:1.0.8") // Test - testImplementation(platform("org.junit:junit-bom:6.1.1")) + testImplementation(platform("org.junit:junit-bom:6.1.2")) testImplementation("org.junit.jupiter:junit-jupiter") // Gradle 9.x no longer auto-adds the JUnit Platform launcher. testRuntimeOnly("org.junit.platform:junit-platform-launcher")