From a91f28a1f38b5116e91aa4a47265468859b6c065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:02:11 +0000 Subject: [PATCH] build(deps): bump com.puppycrawl.tools:checkstyle from 10.17.0 to 11.0.1 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.17.0 to 11.0.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-11.0.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5a2545385..e73027efb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -157,7 +157,7 @@ configure(libs) { dependency("com.github.tomakehurst:wiremock:3.0.1") dependency("com.google.inject:guice:7.0.0") dependency("com.google.testing.compile:compile-testing:0.21.0") - dependency("com.puppycrawl.tools:checkstyle:10.17.0") + dependency("com.puppycrawl.tools:checkstyle:11.0.1") dependency("com.squareup.retrofit2:retrofit:3.0.0") dependency("commons-io:commons-io:2.16.1") dependency("io.github.benas:random-beans:3.9.0")