From 026fde4c0a3163a2729315956f4336da21855cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:42:08 +0000 Subject: [PATCH] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.14 to 5.2.0. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.14...5.2.0) --- updated-dependencies: - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 d99a1003c396..ba2196b5ed24 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { implementation(gradleApi()) implementation(localGroovy()) implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.1") - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14") + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.0") runtimeOnly("com.google.protobuf:protobuf-gradle-plugin:0.8.13") // Enable proto code generation runtimeOnly("com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin:0.16.0") // Enable Avro code generation