From 1ac4bc0c077e9754a541facf316963b441f28677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:07:59 +0000 Subject: [PATCH] build(deps)(deps): bump com.diffplug.spotless from 8.1.0 to 8.2.0 Bumps com.diffplug.spotless from 8.1.0 to 8.2.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d661545..09898f2 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.7' id 'checkstyle' id 'com.github.spotbugs' version '6.4.8' - id 'com.diffplug.spotless' version '8.1.0' + id 'com.diffplug.spotless' version '8.2.0' id 'jacoco' }