From 7fbed8c3e63fe678dbfdfaa939b9be847cf0bafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:45:51 +0000 Subject: [PATCH] deps: bump com.github.spotbugs:spotbugs-annotations from 4.8.3 to 4.9.2 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.3 to 4.9.2. - [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.8.3...4.9.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d916c61..8e176c1 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ publishing { dependencies { compileOnly 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.2' implementation 'io.papermc:paperlib:1.0.8' antlr "org.antlr:antlr4:4.13.2" // use ANTLR version 4 testImplementation 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT'