diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-16 14:50:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 14:50:59 +0000 |
commit | 6e408b2c07dcdf41def0de52bef5e105c2a20c3f (patch) | |
tree | ed676c2e4ff0362dd8a0ced7eb4643c7b2b5049e | |
parent | 9c249442990221ba65500ed8e5a1a0e6bb005f1e (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.1.1.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.1.1.zip |
Bump com.github.spotbugs from 6.0.27 to 6.1.1dependabot/gradle/com.github.spotbugs-6.1.1
Bumps com.github.spotbugs from 6.0.27 to 6.1.1.
---
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.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 13ea2c604f..26b1db05eb 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.1' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.0.0' |