From 197e707d952f752612257e9121e8961520ff276f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:23:36 +0000 Subject: [PATCH] build(deps): bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.6.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.3.1 to 13.6.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.3.1...checkstyle-13.6.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.6.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..c701dc9b 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.6.0" val pmdVersion = "7.25.0" val spotbugsVersion = "4.10.2"