From 0f9c71b67c886e48c9bb343d4f61264e46a1f064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:22:54 +0000 Subject: [PATCH] build(deps): bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.5.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.3.1 to 13.5.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.3.1...checkstyle-13.5.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.5.0 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 cf26e41e..ef77a642 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -144,7 +144,7 @@ configure(libs) { val orgSlf4jVersion = "2.0.18" val aspectJVersion = "1.9.25.1" - val checkstyleVersion = "12.3.1" + val checkstyleVersion = "13.5.0" val pmdVersion = "7.25.0" val spotbugsVersion = "4.10.2"