diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-02 14:23:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 14:23:33 +0000 |
commit | 6069654f29ff8d98175f0d3778f6ff9f51f1a21c (patch) | |
tree | 956df3a3b7ad91413afbb598647fc01598344438 | |
parent | f1a5571a617b62219df99a5faf7eaa7ce4cf0850 (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.0.24.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.0.24.zip |
Bump com.github.spotbugs from 6.0.23 to 6.0.24dependabot/gradle/com.github.spotbugs-6.0.24
Bumps com.github.spotbugs from 6.0.23 to 6.0.24.
---
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 c3fe5a21d7..818e170f79 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.23' + id "com.github.spotbugs" version '6.0.24' id 'de.thetaphi.forbiddenapis' version '3.7' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.10.0' |