From 36ef869bc4aaf3d1d5ddc2de1a9d072650ff7c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:20:23 +0000 Subject: [PATCH] Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.13.0 to 1.14.0 Bumps [com.h3xstream.findsecbugs:findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.13.0 to 1.14.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/commits) --- updated-dependencies: - dependency-name: com.h3xstream.findsecbugs:findsecbugs-plugin dependency-version: 1.14.0 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 f6e79e0d4ee..4483be748ce 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ dependencies { tools "org.ow2.asm:asm:${versions.asm}" tools "com.thoughtworks.qdox:qdox:${versions.qdox}" - spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' testRuntimeOnly "org.slf4j:slf4j-simple:${versions.slf4j}" testRuntimeOnly(project(':')) {