From 09dc2a1f61c8088f2d41eed7885812dc27ecc8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 04:29:35 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.5 to 6.1.6 Bumps com.github.spotbugs from 6.1.5 to 6.1.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 4ec934847..4f24a0f7d 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 '7.0.2' //code format - id 'com.github.spotbugs' version '6.1.5' // code check, working on byte code + id 'com.github.spotbugs' version '6.1.6' // code check, working on byte code id 'de.undercouch.download' version '5.6.0' id 'kr.motd.sphinx' version '2.10.1' // documentation generation id 'jacoco' // java code coverage plugin