From 8caee2b885c867891bb9914c46c493d0b936f7dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:09:28 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.2.3 to 6.2.5 Bumps com.github.spotbugs from 6.2.3 to 6.2.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f32da1e..4897d7d8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '6.2.3' + id 'com.github.spotbugs' version '6.2.5' id "org.sonarqube" version "6.2.0.5505" }