From 68d0904d4f3384d463e51558aa1a81a609064b70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 19:10:31 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v8.10.1 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 47f0fc1e..0456afd5 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -7625,6 +7625,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 56fd34da..df429f12 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,7 +21,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "8.10.0" + id "com.diffplug.spotless" version "8.10.1" } apply plugin: "kotlin-android"