From 8589fdb223289fc890da9b099d07b76063bd93d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:02:23 +0000 Subject: [PATCH] Bump com.diffplug.spotless in the gradle-plugins group Bumps the gradle-plugins group with 1 update: com.diffplug.spotless. Updates `com.diffplug.spotless` from 8.1.0 to 8.2.1 --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-plugins ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3dc39d4..7b6e36d6 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { id 'signing' id 'jacoco' id "io.github.gradle-nexus.publish-plugin" version "2.0.0" - id "com.diffplug.spotless" version "8.1.0" + id "com.diffplug.spotless" version "8.2.1" } group = 'com.meilisearch.sdk'