From ea752e4d86a5d6ab31a84d3995368523ad2770d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:29:10 -0800 Subject: [PATCH] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.1.2 to 6.1.3 (#4046) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index f5111f179a..02206c7567 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { // When updating, update above in plugins too implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2") - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.2") + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.3") implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5") implementation("org.owasp:dependency-check-gradle:12.0.1")