From 85af48224cbc5de08f42a5c8801ead9123173720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:18:09 +0000 Subject: [PATCH] Bump com.github.spotbugs in the gradle-dependencies group Bumps the gradle-dependencies group with 1 update: com.github.spotbugs. Updates `com.github.spotbugs` from 6.0.8 to 6.0.13 --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4638585..1790039b 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { // Checkstyle enforces consistent formatting rules across the project. id 'checkstyle' // Spotbugs is a static analyzer for java - id 'com.github.spotbugs' version '6.0.8' + id 'com.github.spotbugs' version '6.0.13' // With this plugin, we can build a Windows executable id 'edu.sc.seis.launch4j' version '3.0.5' }