Updated Checkstyle test depedency

This commit is contained in:
Erik C. Thauvin 2023-10-23 03:55:52 -07:00
parent 3c7bfba31a
commit fde145f0b3
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -35,5 +35,5 @@ Don't forget to add a Checkstyle `test` dependency to your build file, as it is
```java
repositories = List.of(MAVEN_CENTRAL);
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 12, 2)));
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 12, 4)));