From 9b9e95bf76dae41a9bf2a631af4ce9f2929184b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 13:06:20 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.1.10 to 6.1.11 Bumps com.github.spotbugs from 6.1.10 to 6.1.11. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.1.11 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 eb53958a..569d7115 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.1.10' + id 'com.github.spotbugs' version '6.1.11' id "org.sonarqube" version "6.1.0.5360" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' }