diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-11 14:15:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-11 14:15:39 +0000 |
commit | 214f204e824f035894fca74e2c98db2b2780a013 (patch) | |
tree | 06cc8a5cd81c0fddff1be0a3c701dd280d1cf8b5 | |
parent | cb0943970b2f3264eae25edec7bba8e2f92f46ab (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.2.2.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.2.2.zip |
Bump com.github.spotbugs from 6.1.13 to 6.2.2dependabot/gradle/com.github.spotbugs-6.2.2
Bumps com.github.spotbugs from 6.1.13 to 6.2.2.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.2.2
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 2b252fe14d..c8d5343ce4 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { id 'com.dorongold.task-tree' version '4.0.1' id 'org.nosphere.apache.rat' version '0.8.1' id 'distribution' - id 'com.github.spotbugs' version '6.1.13' // 6.2.0+ requires JDK 11 + id 'com.github.spotbugs' version '6.2.2' // 6.2.0+ requires JDK 11 id 'de.thetaphi.forbiddenapis' version '3.9' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.3.1' |