From fde145f0b323190967027fe9cbe1e4589f35d289 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 23 Oct 2023 03:55:52 -0700 Subject: [PATCH] Updated Checkstyle test depedency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0ee993..b9981c8 100644 --- a/README.md +++ b/README.md @@ -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)));