Update dependency org.junit:junit-bom to v6.1.0 #11

Merged
Renovate merged 1 commits from renovate/all-minor-patch into master 2026-05-20 02:01:00 +02:00
Showing only changes of commit 933ff6006f - Show all commits
+1 -1
View File
@@ -46,7 +46,7 @@ dependencies {
api("com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion")
api("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
testImplementation(platform("org.junit:junit-bom:6.0.3"))
testImplementation(platform("org.junit:junit-bom:6.1.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}