From 176b63f5f2fe11a370e0328cda9b9dc8b45f90cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:08:57 +0100 Subject: [PATCH] 2.2.x: Bump io.spring.javaformat:spring-javaformat-checkstyle (#197) Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.39 to 0.0.41. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.39...v0.0.41) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fad967c..ac95478 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ configure(allprojects) { } dependencies { - checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.39") + checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41") } }