From f3787625ae7fe0688c5aa9579c03682be30c2fc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:57:24 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v8.8.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 178ff097..ca6b7976 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -7639,6 +7639,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 1e0656f2..834388e9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,7 +21,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "8.7.0" + id "com.diffplug.spotless" version "8.8.0" } apply plugin: "kotlin-android"