From 83ce42ab5bf6441605bcf4ed9d37f38838c84d99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:47:59 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v8.7.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 12 +++++++++++- lib/build.gradle | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 02aff73a..a52e24aa 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -73,7 +73,10 @@ - + + + + @@ -195,6 +198,7 @@ + @@ -230,6 +234,7 @@ + @@ -7624,6 +7629,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 6b7149bb..3d34a5a5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,7 +21,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "8.6.0" + id "com.diffplug.spotless" version "8.7.0" } apply plugin: "kotlin-android"