From ca4aedcb59f99ae9c068e43866e9073c8d488ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:07:52 +0100 Subject: [PATCH] 3.1.x: Bump io.spring.javaformat:spring-javaformat-checkstyle (#200) Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.40 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.40...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 9387f75..6afdee3 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ configure(allprojects) { } dependencies { - checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.40") + checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41") } }