From bf8579ae84c9d7b58ac5a26de4f3ce70030d2c85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:42:33 +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" }