From 8379d56e51ee95d7054b1443175ae904cfcf03a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:16:56 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.24 to 6.0.25 in /jhdf Bumps com.github.spotbugs from 6.0.24 to 6.0.25. --- 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 04647815..47951031 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.24" // Static analysis + id "com.github.spotbugs" version "6.0.25" // Static analysis id "me.champeau.jmh" version "0.7.2" // JMH support }