From 3b5e27d2461d432babc9233679d4711761546330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:41:47 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v8.3.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 8c0eec20..d5d9a61f 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -7576,6 +7576,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 18ee3539..3889c3e3 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,7 +21,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "8.2.1" + id "com.diffplug.spotless" version "8.3.0" } apply plugin: "kotlin-android"