From 83e3a836769e0b5237cff3498d4d1b58f20d57bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 03:16:27 +0000 Subject: [PATCH] Bump io.spring.javaformat:spring-javaformat-checkstyle Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.47 to 0.0.48. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.47...v0.0.48) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-checkstyle dependency-version: 0.0.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 25f535a8..5fb763ba 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import io.spring.javaformat.gradle.tasks.Format plugins { id "checkstyle" - id "io.spring.javaformat" version "0.0.47" + id "io.spring.javaformat" version "0.0.48" id 'io.spring.nohttp' version '0.0.11' } @@ -12,7 +12,7 @@ allprojects { apply plugin: 'io.spring.javaformat' dependencies { - checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.47" + checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.48" } // Ensure every test task has at least a single test