From 5b48dd671d45d0ad882bcd62ae358fd0fe1db9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:33:10 +0000 Subject: [PATCH] deps: bump com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.8 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.3 to 4.9.8. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.9.3...4.9.8) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1fe0d49..8c06e9c 100644 --- a/build.gradle +++ b/build.gradle @@ -71,13 +71,13 @@ repositories { dependencies { compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' implementation 'io.papermc:paperlib:1.0.8' compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.9' compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.2.15' compileOnly 'me.clip:placeholderapi:2.11.6' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' - testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3' + testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3' -- 2.43.0