From 8abcd984e6cdfab1345181254cffdef59a8e40f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 04:06:28 +0000 Subject: [PATCH] Update plugin com.github.spotbugs to v5.1.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e1672a9..56c53041 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { id "com.github.ben-manes.versions" version '0.48.0' id 'com.adarshr.test-logger' version '3.2.0' id 'com.diffplug.spotless' version '6.22.0' - id "com.github.spotbugs" version "5.1.3" + id "com.github.spotbugs" version "5.1.4" } apply from: "$rootDir/gradle-scripts/extensions.gradle"