aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-28 16:12:02 +0000
committerGitHub <noreply@github.com>2025-04-28 16:12:02 +0000
commit19f8510a605c4b3ffaa2332cebc7e0e040e41280 (patch)
tree0f7231a8311b0a7a23a7da6cf75dfb097d67e4d4
parentfe0a4f11661162bb60753f17dee62023ec57b02d (diff)
downloadpoi-dependabot/gradle/com.github.spotbugs-6.1.10.tar.gz
poi-dependabot/gradle/com.github.spotbugs-6.1.10.zip
Bump com.github.spotbugs from 6.1.9 to 6.1.10dependabot/gradle/com.github.spotbugs-6.1.10
Bumps com.github.spotbugs from 6.1.9 to 6.1.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e9db476c8c..4ecaae6f78 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ plugins {
id 'com.dorongold.task-tree' version '4.0.1'
id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution'
- id "com.github.spotbugs" version '6.1.9'
+ id "com.github.spotbugs" version '6.1.10'
id 'de.thetaphi.forbiddenapis' version '3.9'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '2.2.0'