From 4aba06932d79f4a1bcb6476e45bb5627725bfa4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:13:10 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.2 to 6.0.4 Bumps com.github.spotbugs from 6.0.2 to 6.0.4. --- 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 ac0e2972..e09fe64a 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ plugins { // Linting id 'checkstyle' id 'pmd' - id 'com.github.spotbugs' version '6.0.2' + id 'com.github.spotbugs' version '6.0.4' id 'org.owasp.dependencycheck' version '8.4.3' }