From 305c232e8e5b4ba828e59b5acb5d4d51799025a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:07:44 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.14 to 6.0.19 Bumps com.github.spotbugs from 6.0.14 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ed587de..535d4c5 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id "com.diffplug.spotless" version "6.25.0" id "org.sonarqube" version "5.0.0.4638" // Spotbugs gradle plugin version to spotbugs version https://github.com/spotbugs/spotbugs-gradle-plugin#spotbugs-version-mapping - id "com.github.spotbugs" version "6.0.14" + id "com.github.spotbugs" version "6.0.19" // Lombok plugin and gradle compat matrix https://github.com/freefair/gradle-plugins#compatibility-matrix id "io.freefair.lombok" version "6.6.3"