From 71a354b3f5414d7c4453dc31ed882c81ee029530 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 8 Nov 2023 16:09:05 +0000
Subject: [PATCH] Bump com.github.spotbugs from 5.1.4 to 5.2.3

Bumps com.github.spotbugs from 5.1.4 to 5.2.3.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index e1eff0fde6..f19d48484c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -2,7 +2,7 @@
 
 plugins {
     id("com.android.application") version "8.1.3" apply false
-    id("com.github.spotbugs") version "5.1.4" apply false
+    id("com.github.spotbugs") version "5.2.3" apply false
 }
 
 allprojects {