chore: bump junit version to 5.11.4

This commit is contained in:
2025-05-04 10:57:05 +02:00
parent e391e703e1
commit 120de055a9

View File

@@ -21,7 +21,7 @@ def lwjgl_natives = "natives-linux"
dependencies { dependencies {
// Use JUnit Jupiter for testing. // Use JUnit Jupiter for testing.
testImplementation "org.junit.jupiter:junit-jupiter:5.9.1" testImplementation "org.junit.jupiter:junit-jupiter:5.11.4"
implementation "org.lwjgl:lwjgl:$lwjgl_version" implementation "org.lwjgl:lwjgl:$lwjgl_version"
implementation "org.lwjgl:lwjgl-opengl:$lwjgl_version" implementation "org.lwjgl:lwjgl-opengl:$lwjgl_version"