From 641320229aa30492dbdb89630d6ca13c805f1bd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:22:10 +0000 Subject: [PATCH] chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.20 --- 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 932547ff0..812b7499c 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { // plugins implementation("io.github.gradle-nexus:publish-plugin:2.0.0") implementation("org.openapitools:openapi-generator-gradle-plugin:7.7.0") - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.19") + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.20") implementation("org.springframework.boot:spring-boot-gradle-plugin:3.3.2") // workaround to use libs in a precompiled script plugin.