Updated dependencies

This commit is contained in:
Erik C. Thauvin 2023-10-20 20:44:47 -07:00
parent 310af9a601
commit f282140b0c
6 changed files with 11 additions and 5 deletions

View file

@ -45,7 +45,7 @@ public class PmdOperationBuild extends Project {
var pmd = version(7, 0, 0, "rc4");
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 2)))
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 5)))
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd));
scope(runtime)
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd))