From 0167216033b034337d0644cd79e2e5b244116448 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:31:07 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v8.9.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 5 +++++ lib/build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index ca6b7976..a6b79d04 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -7644,6 +7644,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 2fc942ec..d1e990fa 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,7 +21,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "8.8.0" + id "com.diffplug.spotless" version "8.9.0" } apply plugin: "kotlin-android"