diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-09 14:54:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-09 14:54:39 +0000 |
commit | 5efda66e21647e1d0aa969159ae152d91f9f130c (patch) | |
tree | 91013ac6683d18800fde929394bc1d6bdc4b8287 | |
parent | 8767e243e39a9fb25f798b17a95835a9d3478c03 (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.2.0.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.2.0.zip |
Bump com.github.spotbugs from 6.1.13 to 6.2.0dependabot/gradle/com.github.spotbugs-6.2.0
Bumps com.github.spotbugs from 6.1.13 to 6.2.0.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.2.0
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 7f64600b0c..29d8acd555 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.13' + id 'com.github.spotbugs' version '6.2.0' id 'de.thetaphi.forbiddenapis' version '3.9' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.3.1' |