diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-19 14:08:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-19 14:08:09 +0000 |
commit | 1bfb856e5d2cedfa44a8499414053c3bc9c5601e (patch) | |
tree | 75be62a7e5d3c4023740120bdb10e1fbb5a49059 | |
parent | b92a912e7df3a6bef54541e57e285f6d92686327 (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.0.27.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.0.27.zip |
Bump com.github.spotbugs from 6.0.26 to 6.0.27dependabot/gradle/com.github.spotbugs-6.0.27
Bumps com.github.spotbugs from 6.0.26 to 6.0.27.
---
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 f7795af267..b7204bc0bf 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.26' + id "com.github.spotbugs" version '6.0.27' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.10.0' |