From dcedc20eb82bc40d8563f58f4e50c97b72df2b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:18:40 +0000 Subject: [PATCH] Bump com.github.spotbugs from 4.7.3 to 4.7.8 Bumps com.github.spotbugs from 4.7.3 to 4.7.8. --- 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 3ac3e5e37..5272c4e67 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 '5.14.3'//code format - id 'com.github.spotbugs' version '4.7.3' // code check, working on byte code + id 'com.github.spotbugs' version '4.7.8' // 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