From b9ae2888b7062e034d9952a88e48e6854a5393e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:31:08 +0000 Subject: [PATCH] deps(java): bump com.puppycrawl.tools:checkstyle (#6069) Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.17.0 to 10.18.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.18.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/checkstyle/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/checkstyle/build.gradle b/dependencies/checkstyle/build.gradle index 14edbd01..271c2ed3 100644 --- a/dependencies/checkstyle/build.gradle +++ b/dependencies/checkstyle/build.gradle @@ -5,7 +5,7 @@ repositories { // Hold this dependency here so we can get automated updates using DependaBot dependencies { - implementation 'com.puppycrawl.tools:checkstyle:10.17.0' + implementation 'com.puppycrawl.tools:checkstyle:10.18.0' } group 'com.github.super-linter'