From 557a478aa3e36caf6113e620b1213849c4459911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:15:54 +0000 Subject: [PATCH] deps: bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.1 to 4.8.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.1...4.8.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations 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 8ad7cad..43ae37b 100644 --- a/build.gradle +++ b/build.gradle @@ -57,10 +57,10 @@ repositories { dependencies { compileOnly 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.1' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.2' implementation 'io.papermc:paperlib:1.0.8' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' - testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.1' + testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.2' testImplementation 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'