diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-04 14:13:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 14:13:30 +0000 |
commit | 439df3171a0fc78a3cefabceae45fda522fe90c1 (patch) | |
tree | e482d1f0db22569ac8b462631e1a8f45ca5555ef | |
parent | 0b758a45ba3c00c1b31de3f52e50cbabf92b84a7 (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.0.26.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.0.26.zip |
Bump com.github.spotbugs from 6.0.25 to 6.0.26dependabot/gradle/com.github.spotbugs-6.0.26
Bumps com.github.spotbugs from 6.0.25 to 6.0.26.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 f725b3b5cc..7519f92f87 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.25' + id "com.github.spotbugs" version '6.0.26' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.10.0' |