From 195fb11ad7488bdd09bd6ef989b26338baba247e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:39:32 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v8.2.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 23 ++++++++++++++++++++++- lib/build.gradle | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 0e6772b3..ab07cc3a 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -213,7 +213,10 @@ - + + + + @@ -7563,6 +7566,11 @@ + + + + + @@ -11674,11 +11682,24 @@ + + + + + + + + + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index dcee8d20..1cd17253 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,7 +21,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "8.1.0" + id "com.diffplug.spotless" version "8.2.1" } apply plugin: "kotlin-android"