From 45390ed1bf3c22dbd6e914d252f617b7d1dd587a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 04:29:28 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.1.0 to 5.1.1 Bumps com.github.spotbugs from 5.1.0 to 5.1.1. --- 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 6a804d47d..c234a7aa1 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'signing' id 'pmd' // code check, working on source code id 'com.diffplug.spotless' version '6.20.0'//code format - id 'com.github.spotbugs' version '5.1.0' // code check, working on byte code + id 'com.github.spotbugs' version '5.1.1' // code check, working on byte code id 'de.undercouch.download' version '5.4.0' id 'kr.motd.sphinx' version '2.10.1' // documentation generation id 'jacoco' // java code coverage plugin