Bumped Checkstyle to version 10.18.1

This commit is contained in:
Erik C. Thauvin 2024-08-30 11:13:09 -07:00
parent 6f11563739
commit c93c9ea2d0
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -43,7 +43,7 @@ public class CheckstyleOperationBuild extends Project {
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(2, 1, 0)));
scope(test)
.include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 18, 0)))
.include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 18, 1)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 0)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 0)))
.include(dependency("org.assertj", "assertj-core", version(3, 26, 3)));