From 4aeb95f1c2e708e16e609a6cb3c6a87e0a6f5ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:01:40 +0000 Subject: [PATCH] build(deps): bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.2.0 to 12.3.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.2.0...checkstyle-12.3.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b1b3f9ca..fd812b74 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.23.0") - dependency("com.puppycrawl.tools:checkstyle:12.2.0") + dependency("com.puppycrawl.tools:checkstyle:12.3.0") dependency("com.squareup.retrofit2:retrofit:3.0.0") dependency("commons-io:commons-io:2.20.0") dependency("io.github.benas:random-beans:3.9.0")