From 1d2a57ca1c5af6128d9533cf71939aed6d05a1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 04:16:01 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 8.18 to 10.12.4 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 8.18 to 10.12.4. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.18...checkstyle-10.12.4) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e5c0ae..d08fa5f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { } ext { - depCheckstyleVersion = "8.18" + depCheckstyleVersion = "10.12.4" depCommonsVersion = "2.6" depHttpVersion = "4.5.14" depJacksonVersion = "2.9.8"