From 183668cc592b7c5326ce2f74e5f3c72ff889e8a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 16:29:41 +0000 Subject: [PATCH] chore(deps): update plugin com.github.spotbugs to v5.1.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f068d91c..487761af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("com.github.spotbugs.plugin-publish") id("com.github.spotbugs.test") id("org.sonarqube") - id("com.github.spotbugs") version "5.1.3" + id("com.github.spotbugs") version "5.1.4" } java {