Bumped dependencies

PMD extension to version 1.1.2
JUnit to versin 5.10.3
This commit is contained in:
Erik C. Thauvin 2024-07-03 16:16:52 -07:00
parent 1cfa3a712f
commit 4b00dd801a
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 6 additions and 6 deletions

View file

@ -28,8 +28,8 @@ public class SampleBuild 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) {