Updated to bld 1.7.0

This commit is contained in:
Geert Bevin 2023-05-12 17:31:49 -04:00
parent 39a5b36f88
commit fa63916eeb
5 changed files with 8 additions and 8 deletions

View file

@ -27,8 +27,8 @@ public class UrlEncoderBuild extends Project {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,2)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,9,2)));
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,9,3)));
jarOperation()
.manifestAttribute(Attributes.Name.MAIN_CLASS, mainClass());