From 36e9f37c465737c97c1df3c01bcfc25348dc9337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:33:09 +0000 Subject: [PATCH] chore(deps): update plugin com-github-spotbugs to v5.2.1 --- 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..18ef29a2 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.2.1" } com-diffplug-spotless = { id = "com.diffplug.spotless", version = "6.22.0" }