From 73cc337e99bc9597e771f2742de447187a9ee01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:00:31 +0200 Subject: [PATCH] Bump io.spring.javaformat:spring-javaformat-checkstyle (#128) Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.35 to 0.0.39. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.35...v0.0.39) --- 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 e89f32f..72ba0b7 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ configure(allprojects) { } dependencies { - checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.35") + checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.39") } }