From 637a58fbf3590aa44a661d7a8e6dece6da16e70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:34:14 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.23 to 6.0.24 in /jhdf Bumps com.github.spotbugs from 6.0.23 to 6.0.24. --- 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 90f11bf2..b6e74e52 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.23" // Static analysis + id "com.github.spotbugs" version "6.0.24" // Static analysis id "me.champeau.jmh" version "0.7.2" // JMH support }