Updated dependencies

Cleanup GitHub workflow
This commit is contained in:
Erik C. Thauvin 2024-07-16 15:58:37 -07:00
parent b8cd4925a3
commit dacacbab56
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 12 additions and 16 deletions

View file

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