From e1b2911a31da46dee323ca266fceaa3db8c8eb90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:08:42 +0000 Subject: [PATCH] Bump findsecbugs-plugin from 1.11.0 to 1.12.0 Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/find-sec-bugs/find-sec-bugs/releases) - [Changelog](https://github.com/find-sec-bugs/find-sec-bugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/find-sec-bugs/find-sec-bugs/compare/version-1.11.0...version-1.12.0) --- updated-dependencies: - dependency-name: com.h3xstream.findsecbugs:findsecbugs-plugin 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 44af16f..99dd668 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.2' implementation 'io.papermc:paperlib:1.0.7' implementation 'com.crimsonwarpedcraft.cwcommons:CwCommons:0.1.0-SNAPSHOT' - spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.2' testImplementation 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'