From c8c38f88427a99e9c7cc30bd9d62ac8599be59ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:05:49 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.5.9 to 6.5.10 Bumps com.github.spotbugs from 6.5.9 to 6.5.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.10 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 b7c82c96..c27cfdd5 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.9.0" } -com-github-spotbugs = { id = "com.github.spotbugs", version = "6.5.9" } +com-github-spotbugs = { id = "com.github.spotbugs", version = "6.5.10" } org-sonarqube = { id = "org.sonarqube", version = "7.3.1.8318" }