diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-29 14:33:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 14:33:02 +0000 |
commit | 42914174be241ec90509a91eb207cb0a358fdd38 (patch) | |
tree | 7d873214953876984f99df94d71f7a3e0adc1b37 | |
parent | 17cb74b3ffa0b69001413e53c54904190e05299f (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.1.13.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.1.13.zip |
Bump com.github.spotbugs from 6.1.12 to 6.1.13dependabot/gradle/com.github.spotbugs-6.1.13
Bumps com.github.spotbugs from 6.1.12 to 6.1.13.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.1.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 b3536571cf..a1644e96bf 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.12' + id 'com.github.spotbugs' version '6.1.13' id 'de.thetaphi.forbiddenapis' version '3.9' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.3.1' |