From b15d380c73666503623137febe6e1f3ea1bb81a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:14:32 +0000 Subject: [PATCH] build(deps): bump com.puppycrawl.tools:checkstyle Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.1 to 10.18.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.1...checkstyle-10.18.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index e7aa3b9..4414d00 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { implementation "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.22" - implementation "com.puppycrawl.tools:checkstyle:10.18.1" + implementation "com.puppycrawl.tools:checkstyle:10.18.2" implementation "io.freefair.gradle:lombok-plugin:8.10" implementation "net.sourceforge.pmd:pmd-java:7.6.0" } \ No newline at end of file