From 2bce5b38a085ac4c12840e98733cb450734eeb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 04:13:08 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.14 to 5.1.0 Bumps com.github.spotbugs from 5.0.14 to 5.1.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 4c43ecf2e..6a804d47d 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.0.14' // code check, working on byte code + id 'com.github.spotbugs' version '5.1.0' // 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