From 89d6ac2f0da7ae44fbdf2e31ff39adf0761738bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 04:55:06 +0000 Subject: [PATCH] chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v5.2.5 --- 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 b84aefa22..1fa29ec49 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { // plugins implementation("io.github.gradle-nexus:publish-plugin:1.3.0") implementation("org.openapitools:openapi-generator-gradle-plugin:7.1.0") - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.4") + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.5") implementation("org.springframework.boot:spring-boot-gradle-plugin:3.2.0") // workaround to use libs in a precompiled script plugin.