From 648a6d1ce58f5147aa22a43465ad41a7f016b8a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 04:09:34 +0000 Subject: [PATCH] Bump com.github.spotbugs from 4.7.10 to 4.8.0 Bumps com.github.spotbugs from 4.7.10 to 4.8.0. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75eba7cf6..0ee094ee6 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.0.0'//code format - id 'com.github.spotbugs' version '4.7.10' // code check, working on byte code + id 'com.github.spotbugs' version '4.8.0' // code check, working on byte code id 'de.undercouch.download' version '4.1.2' id 'kr.motd.sphinx' version '2.10.1' // documentation generation id 'jacoco' // java code coverage plugin