From 5331b681a3fd1493f1f5176515bbd66b3acd60b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:33:03 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.5.10 to 6.5.11 Bumps com.github.spotbugs from 6.5.10 to 6.5.11. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.11 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 21842e70..914ebaa5 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.10.0" } -com-github-spotbugs = { id = "com.github.spotbugs", version = "6.5.10" } +com-github-spotbugs = { id = "com.github.spotbugs", version = "6.5.11" } org-sonarqube = { id = "org.sonarqube", version = "7.4.0.8496" }