2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 16:27:11 -07:00

Updated some dependency versions to the latest

This commit is contained in:
Geert Bevin 2024-02-25 11:39:53 -05:00
parent 9d769a9d29
commit 183097c4f9
4 changed files with 8 additions and 8 deletions

View file

@ -59,10 +59,10 @@ public class MyappBuild extends Project {
scope(test)
.include(dependency("org.junit.jupiter",
"junit-jupiter",
version(5,10,1)))
version(5,10,2)))
.include(dependency("org.junit.platform",
"junit-platform-console-standalone",
version(1,10,1)));
version(1,10,2)));
}
public static void main(String[] args) {