From 35dbe5f8bc6269f09c55fdc8e4b2dd930a85483c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 09:36:52 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.2.1 to 6.2.2 Bumps com.github.spotbugs from 6.2.1 to 6.2.2. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.2 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 513296a7..c2c98814 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 = "7.1.0" } -com-github-spotbugs = { id = "com.github.spotbugs", version = "6.2.1" } +com-github-spotbugs = { id = "com.github.spotbugs", version = "6.2.2" } org-sonarqube = { id = "org.sonarqube", version = "6.2.0.5505" }