From 8c82a4c6801e6911490ad2e389407ba9ad521113 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 18 Dec 2024 09:41:14 +0000
Subject: [PATCH] Bump com.github.spotbugs from 4.2.1 to 6.0.26

Bumps com.github.spotbugs from 4.2.1 to 6.0.26.

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

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

diff --git a/build.gradle b/build.gradle
index f0e7a21..7437bfd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ plugins {
     id 'java-library'
     id 'maven-publish'
     id 'checkstyle'
-    id 'com.github.spotbugs' version '4.2.1'
+    id 'com.github.spotbugs' version '6.0.26'
 }
 apply from: 'build.openfire-plugin.gradle'