Bump Checkstyle to version 10.23.1
This commit is contained in:
parent
c14ebc55fd
commit
c8c38b5612
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ public class ExamplesBuild extends BaseProject {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL);
|
||||
|
||||
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 23, 0)));
|
||||
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 23, 1)));
|
||||
|
||||
testOperation().mainClass("com.example.ExamplesTest");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue