Compare commits

...

4 Commits

Author SHA1 Message Date
seeseemelk 66318307cd Merge pull request 'Update dependency org.junit:junit-bom to v6' (#4) from renovate/major-junit-framework-monorepo into master
Build and Test / build (push) Successful in 33s
Reviewed-on: #4
Reviewed-by: Sebastiaan de Schaetzen <sebastiaan.de.schaetzen@gmail.com>
2026-05-13 13:16:07 +02:00
seeseemelk 730d4e96df Merge branch 'master' into renovate/major-junit-framework-monorepo
Build and Test / build (pull_request) Successful in 38s
2026-05-13 13:15:21 +02:00
seeseemelk 04cfedd9fc Merge branch 'master' into renovate/major-junit-framework-monorepo
Build and Test / build (pull_request) Successful in 39s
2026-05-13 13:13:21 +02:00
Renovate 543a256587 Update dependency org.junit:junit-bom to v6
Build and Test / build (pull_request) Successful in 36s
2026-05-13 11:09:33 +00:00
+1 -1
View File
@@ -42,7 +42,7 @@ dependencies {
api("com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion") api("com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion")
api("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop") api("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
testImplementation(platform("org.junit:junit-bom:5.14.4")) testImplementation(platform("org.junit:junit-bom:6.0.3"))
testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher") testRuntimeOnly("org.junit.platform:junit-platform-launcher")
} }