From 9503e3e83907ca8e117fa6a2164f7b43f8c832be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 22:54:29 +0000 Subject: [PATCH] chore(deps): update plugin com-github-spotbugs to v5.1.5 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cf4a157c..ff3ff8bb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ com-moonlitdoor-git-version = { id = "com.moonlitdoor.git-version", version = "0 name-remal-common-ci = { id = "name.remal.common-ci", version = "1.5.0" } -com-github-spotbugs = { id = "com.github.spotbugs", version = "5.1.4" } +com-github-spotbugs = { id = "com.github.spotbugs", version = "5.1.5" } com-diffplug-spotless = { id = "com.diffplug.spotless", version = "6.22.0" }