From 4f7dc3cd80247fea9180b246bb186da4f681f0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 02:42:30 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.1.+ to 6.4.2 Bumps com.github.spotbugs from 6.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-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 7d8b65398..ffcddb131 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -53,7 +53,7 @@ pluginManagement { fun PluginDependenciesSpec.idv(id: String, key: String = id) = id(id) version key.v() id("biz.aQute.bnd.builder") version "6.4.0" - id("com.github.spotbugs") version "6.1.+" + id("com.github.spotbugs") version "6.4.+" id("com.diffplug.spotless") version "6.13.0" // 6.13.0 is the last version that is compatible with Java 8 id("com.github.vlsi.gradle-extensions") version "1.+" id("com.github.vlsi.stage-vote-release") version "1.+"