Bumped JUnit to version 5.11.4

This commit is contained in:
Erik C. Thauvin 2024-12-28 17:54:59 -08:00
parent 6cb78a9e91
commit 715cc9d1d8
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 4 additions and 4 deletions

View file

@ -27,8 +27,8 @@ public class SampleBuild extends Project {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 3)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 3)));
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 4)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 4)));
}
public static void main(String[] args) {