From 30627230ec130853e879539cf59a003cb79196a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:54:11 +0000 Subject: [PATCH] chore(maven): update plugin io.spring.javaformat to v0.0.48 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e37f2b7..a303cd5 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-gradle-plugin' id 'java-library' id 'maven-publish' - id 'io.spring.javaformat' version '0.0.47' + id 'io.spring.javaformat' version '0.0.48' id 'com.gradle.plugin-publish' version '2.1.1' // Sets the project version from git tags using Conventional Commits bump // logic -- the Gradle counterpart to Nisse on the Maven side, so the tag is