diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-28 16:12:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 16:12:02 +0000 |
commit | 19f8510a605c4b3ffaa2332cebc7e0e040e41280 (patch) | |
tree | 0f7231a8311b0a7a23a7da6cf75dfb097d67e4d4 | |
parent | fe0a4f11661162bb60753f17dee62023ec57b02d (diff) | |
download | poi-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.gradle | 2 |
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' |