From 8ae2c641306fccc07201a5429cada1fd6e2adfe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:11:48 -0700 Subject: [PATCH] deps: bump com.github.spotbugs from 6.0.7 to 6.0.8 (#143) Bumps com.github.spotbugs from 6.0.7 to 6.0.8. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc1ad96..8ca868a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat plugins { id 'checkstyle' - id "com.github.spotbugs" version "6.0.7" + id "com.github.spotbugs" version "6.0.8" id 'com.github.johnrengelman.shadow' version '8.1.1' id 'java' }