From 54d3b452e63057a5a9c470f73a778e67c0c7b9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:13:56 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.4 to 6.0.1 Bumps com.github.spotbugs from 5.2.4 to 6.0.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 051b193..ff52c9a 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id "com.diffplug.spotless" version "6.22.0" id "org.sonarqube" version "4.4.1.3373" // Spotbugs gradle plugin version to spotbugs version https://github.com/spotbugs/spotbugs-gradle-plugin#spotbugs-version-mapping - id "com.github.spotbugs" version "5.2.4" + id "com.github.spotbugs" version "6.0.1" // Lombok plugin and gradle compat matrix https://github.com/freefair/gradle-plugins#compatibility-matrix id "io.freefair.lombok" version "6.6.3"