From 35eaeefd1a3441178d30795c3dd62e4138d75c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:10:31 +0000 Subject: [PATCH] deps(deps): bump com.diffplug.spotless from 8.0.0 to 8.1.0 Bumps com.diffplug.spotless from 8.0.0 to 8.1.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 01c740b..f725576 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("java-library") // Style and formatting - id("com.diffplug.spotless") version "8.0.0" + id("com.diffplug.spotless") version "8.1.0" // Publishing id("com.vanniktech.maven.publish") version "0.34.0" id("signing")