From 674a938c1751b86b357e467e9e65785c50f0c394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 22:11:18 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.1.3 to 5.1.5 Bumps com.github.spotbugs from 5.1.3 to 5.1.5. --- 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 9dcc9d1..fec9a6f 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id "com.jfrog.bintray" version "1.8.5" id "java" id "checkstyle" - id "com.github.spotbugs" version "5.1.3" + id "com.github.spotbugs" version "5.1.5" id "org.sonarqube" version "4.0.0.2929" id "maven-publish"