From 2f9a4dc33dae33908c42302ffc3041ed1ed80616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:10:29 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.25 to 6.0.26 Bumps com.github.spotbugs from 6.0.25 to 6.0.26. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... 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 226c56ce2..ad936a297 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -59,6 +59,6 @@ pluginManagement { id("io.github.gradle-nexus.publish-plugin") version "2.0.0" id("io.spring.dependency-management") version "1.1.6" id("org.owasp.dependencycheck") version "11.0.0" - id("com.github.spotbugs") version "6.0.25" + id("com.github.spotbugs") version "6.0.26" } }