From 2b6b1209507ef783e1ddb479fe408da6dfad4221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:36:10 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.12 to 6.0.14 Bumps com.github.spotbugs from 6.0.12 to 6.0.14. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8464bee..8c0d265 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'jacoco' // Manage optional dependencies in maven pom. id 'nebula.optional-base' version '7.0.0' - id 'com.github.spotbugs' version '6.0.12' + id 'com.github.spotbugs' version '6.0.14' id "io.freefair.lombok" version "8.6" id 'org.owasp.dependencycheck' version '9.0.10' }