diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-10 14:32:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 14:32:31 +0000 |
commit | 09f368aab8474ac175fd8bd6f15f1fdc653ddc48 (patch) | |
tree | 4a4987bbc9f24d135b641da4a6f582d7cc4ad370 | |
parent | 2c74a961a4638efebc26254e84428f018c8f5d05 (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.1.0.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.1.0.zip |
Bump com.github.spotbugs from 6.0.27 to 6.1.0dependabot/gradle/com.github.spotbugs-6.1.0
Bumps com.github.spotbugs from 6.0.27 to 6.1.0.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
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 e839ed2096..b78003c34b 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.27' + id "com.github.spotbugs" version '6.1.0' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.10.0' |