From 5095b2944aca85417e578a6562aa4f87e1f7d1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:07:43 +0000 Subject: [PATCH] deps(deps): bump com.diffplug.spotless from 8.6.0 to 8.7.0 Bumps com.diffplug.spotless from 8.6.0 to 8.7.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.7.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 ad323a8..9132d23 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.6.0" + id("com.diffplug.spotless") version "8.7.0" // Publishing id("com.vanniktech.maven.publish") version "0.34.0" id("signing")