From 0221f8edea67b88701c867412be56e1da93dded1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:34:26 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v8.2.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 11 ++++++++++- lib/build.gradle | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 0e6772b3..d136f3d7 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -157,6 +157,7 @@ + @@ -213,7 +214,10 @@ - + + + + @@ -7563,6 +7567,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index dcee8d20..4bc5ed05 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.0" } apply plugin: "kotlin-android"