From e26e611194e929dc88e41ef01b48986485573857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 04:12:06 +0000 Subject: [PATCH] Bump com.github.spotbugs from 4.7.3 to 4.7.6 Bumps com.github.spotbugs from 4.7.3 to 4.7.6. --- 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 124c70ead..ad470b004 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.6' // 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