aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-27 14:14:53 +0000
committerGitHub <noreply@github.com>2025-01-27 14:14:53 +0000
commit0979d4dbcfc17809b29fb92b515f865f9930fc51 (patch)
treead4359623d865b233301ebbf14fcd74305a473d8
parentcc61ad565f2e460428a8e2d40901ccf8f0049eae (diff)
downloadpoi-dependabot/gradle/com.github.spotbugs-6.1.3.tar.gz
poi-dependabot/gradle/com.github.spotbugs-6.1.3.zip
Bump com.github.spotbugs from 6.0.27 to 6.1.3dependabot/gradle/com.github.spotbugs-6.1.3
Bumps com.github.spotbugs from 6.0.27 to 6.1.3. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2af55c34af..57452d1db9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ plugins {
id 'com.dorongold.task-tree' version '2.1.1'
id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution'
- id "com.github.spotbugs" version '6.0.27'
+ id "com.github.spotbugs" version '6.1.3'
id 'de.thetaphi.forbiddenapis' version '3.8'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '2.0.0'