diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-14 14:19:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 14:19:43 +0000 |
commit | 237711dfc52fd3a1f9c4dbd065e8833370280ad1 (patch) | |
tree | aec44b2f67a63a7fb83c108416f59beca97a7098 | |
parent | bd6fddbcc46d524e7d1a1aed9e3413fbad59793c (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.1.5.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.1.5.zip |
Bump com.github.spotbugs from 6.0.27 to 6.1.5dependabot/gradle/com.github.spotbugs-6.1.5
Bumps com.github.spotbugs from 6.0.27 to 6.1.5.
---
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 7cfa35eed3..62a362fc5f 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.5' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.1.0' |