diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-25 14:04:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 14:04:19 +0000 |
commit | 6c8b062f4ef29767a45724f0a4c4c7e9e9cdc026 (patch) | |
tree | c517bf1541576fff799f01ad458e4ef2c7716b5f | |
parent | 67320b6453d0d81fec13d9cf3cf4f1d1ba3ac73a (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.2.1.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.2.1.zip |
Bump com.github.spotbugs from 6.1.13 to 6.2.1dependabot/gradle/com.github.spotbugs-6.2.1
Bumps com.github.spotbugs from 6.1.13 to 6.2.1.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.2.1
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 d3f3d5a490..df27cff77a 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.1' // 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' |