diff --git a/files/build.gradle.kts b/files/build.gradle.kts index 3b7a0e4..12bf3a4 100644 --- a/files/build.gradle.kts +++ b/files/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { compileOnlyApi("com.google.code.gson:gson:2.13.1") testImplementation("com.google.code.gson:gson:2.13.1") - testImplementation(platform("org.junit:junit-bom:5.13.2")) + testImplementation(platform("org.junit:junit-bom:5.13.3")) testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/nbt/build.gradle.kts b/nbt/build.gradle.kts index 91afd11..772e8ad 100644 --- a/nbt/build.gradle.kts +++ b/nbt/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { testImplementation(project(":files")) - testImplementation(platform("org.junit:junit-bom:5.13.2")) + testImplementation(platform("org.junit:junit-bom:5.13.3")) testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }