diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-17 14:32:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 14:32:41 +0000 |
commit | ffabed8eb0c7c5dea4113865b4c8aa77fb89f337 (patch) | |
tree | 0c1a40543d39ed046062b4312100719dd79ca0dc | |
parent | 9c249442990221ba65500ed8e5a1a0e6bb005f1e (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.1.2.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.1.2.zip |
Bump com.github.spotbugs from 6.0.27 to 6.1.2dependabot/gradle/com.github.spotbugs-6.1.2
Bumps com.github.spotbugs from 6.0.27 to 6.1.2.
---
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..57c0de4db0 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.2' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.0.0' |