From f4ff7f31fd3cc710774ad2527ada21cb7abfec87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:04:31 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.5.6 to 6.5.8 Bumps com.github.spotbugs from 6.5.6 to 6.5.8. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 7d9d03de..7ddf0c85 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,5 +22,5 @@ org-mockito-mockito-core = { group = "org.mockito", name = "mockito-core", versi [plugins] com-diffplug-spotless = { id = "com.diffplug.spotless", version = "8.7.0" } -com-github-spotbugs = { id = "com.github.spotbugs", version = "6.5.6" } +com-github-spotbugs = { id = "com.github.spotbugs", version = "6.5.8" } org-sonarqube = { id = "org.sonarqube", version = "7.3.1.8318" }