Bumped examples to Checkstyle 10.14.0

This commit is contained in:
Erik C. Thauvin 2024-02-28 10:57:12 -08:00
parent 56f095e931
commit a8bfe12cc4
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -21,7 +21,7 @@ public class ExamplesBuild extends BaseProject {
repositories = List.of(MAVEN_CENTRAL);
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 13, 0)));
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 14, 0)));
testOperation().mainClass("com.example.ExamplesTest");
}