From 71d58ffa61994d72e25aa98a5981273df0ebefe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:51:21 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.0 to 6.1.2 Bumps com.github.spotbugs from 6.1.0 to 6.1.2. --- updated-dependencies: - dependency-name: com.github.spotbugs 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 e38b84c..a9ddcc1 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'java-library' id 'maven-publish' id 'checkstyle' - id 'com.github.spotbugs' version '6.1.0' + id 'com.github.spotbugs' version '6.1.2' id 'com.github.ben-manes.versions' version '0.51.0' }