From d7e6a481dbe60b9f2339db6a45da2102a18dbd46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:12:08 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.4.1 to 6.4.2 Bumps com.github.spotbugs from 6.4.1 to 6.4.2. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.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 fb2b50f4..adfec5d1 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.2.1" } -com-github-spotbugs = { id = "com.github.spotbugs", version = "6.4.1" } +com-github-spotbugs = { id = "com.github.spotbugs", version = "6.4.2" } org-sonarqube = { id = "org.sonarqube", version = "6.3.1.5724" }