From 2a8d9e2bf18f4676d84e2bfeb065b366b0a1b2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 14:03:30 +0000 Subject: [PATCH] (2.4.x): Bump io.spring.javaformat:spring-javaformat-checkstyle Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.44 to 0.0.45. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.44...v0.0.45) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-checkstyle dependency-version: 0.0.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4f092b..a8ffdf0 100644 --- a/build.gradle +++ b/build.gradle @@ -211,7 +211,7 @@ configure(staticAnalysisProjects) { configFile = configDirectory.get().file("checkstyle-test.xml").asFile } dependencies { - checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.44") + checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.45") } }