From 90e010547d369fdb99b3175181a6453d08f8cbf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:32:25 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v8.10.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 8fbec084..bed6bb68 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -7619,6 +7619,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index ee77fb03..2b552cf5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,7 +21,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "8.9.0" + id "com.diffplug.spotless" version "8.10.0" } apply plugin: "kotlin-android"