From 5171d035ab6715b339ded233a51c534f031bf457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:31:34 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.26 to 6.0.27 in /jhdf Bumps com.github.spotbugs from 6.0.26 to 6.0.27. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- jhdf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhdf/build.gradle b/jhdf/build.gradle index 11a9cd77..742991f9 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -21,7 +21,7 @@ plugins { // Community plugins (need versions) id 'org.sonarqube' version '4.0.0.2929' // Code quality - id "com.github.spotbugs" version "6.0.26" // Static analysis + id "com.github.spotbugs" version "6.0.27" // Static analysis id "me.champeau.jmh" version "0.7.2" // JMH support }