diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-22 14:23:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-22 14:23:07 +0000 |
commit | 836e9dc368721810ed0ebae77b1d8949d77fc9e5 (patch) | |
tree | d61f9ccc6bb65a48cdb04d05b0f7e130e727f80c | |
parent | f9e692aa5d4737bf0da5c23d4918508970fd3ef2 (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.1.9.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.1.9.zip |
Bump com.github.spotbugs from 6.1.7 to 6.1.9dependabot/gradle/com.github.spotbugs-6.1.9
Bumps com.github.spotbugs from 6.1.7 to 6.1.9.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.1.9
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 0677747ae4..e9db476c8c 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.7' + id "com.github.spotbugs" version '6.1.9' id 'de.thetaphi.forbiddenapis' version '3.9' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.2.0' |