From 9f6ed1045d1fda60f0947625c2cc1772fc53873b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 01:04:05 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.18 to 6.0.19 in /jhdf Bumps com.github.spotbugs from 6.0.18 to 6.0.19. --- 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 910f9c84..ae27c46b 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.18" // Static analysis + id "com.github.spotbugs" version "6.0.19" // Static analysis id "me.champeau.jmh" version "0.7.2" // JMH support }