From c37875de9ae903eec2ae3cda3e0ece2efb6125bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:46:16 +0000 Subject: [PATCH] dependabot: bump com.puppycrawl.tools:checkstyle from 8.29 to 8.45.1 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 8.29 to 8.45.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.29...checkstyle-8.45.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 257c51520..a38df1f7c 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ configurations.all { force 'junit:junit:4.13.1' force 'commons-beanutils:commons-beanutils:1.9.4' force 'com.google.guava:guava:30.0-jre' - force 'com.puppycrawl.tools:checkstyle:8.29' + force 'com.puppycrawl.tools:checkstyle:8.45.1' force 'commons-codec:commons-codec:1.13' force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" force "org.yaml:snakeyaml:${versions.snakeyaml}"