diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-11 14:41:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 14:41:15 +0000 |
commit | c9ead14f52d770e3169db68d96e34925d6c0e51e (patch) | |
tree | d285f599c8a4195c0633d0b336730e1e5202964f | |
parent | e33595b719917539f372e714f982516fb949e532 (diff) | |
download | poi-c9ead14f52d770e3169db68d96e34925d6c0e51e.tar.gz poi-c9ead14f52d770e3169db68d96e34925d6c0e51e.zip |
Bump com.github.spotbugs from 6.0.27 to 6.1.4dependabot/gradle/com.github.spotbugs-6.1.4
Bumps com.github.spotbugs from 6.0.27 to 6.1.4.
---
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..18829a292c 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.4' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.1.0' |