diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-08 14:49:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-08 14:49:43 +0000 |
commit | a1ee7decaccaa6ab71c4a1c8d8985e444a7c0c88 (patch) | |
tree | fe0917834e0cd143f73946daf92fc876b17d6f84 | |
parent | 9fafa45bac86973c34a1030e82fd045d374c1680 (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.1.11.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.1.11.zip |
Bump com.github.spotbugs from 6.1.10 to 6.1.11dependabot/gradle/com.github.spotbugs-6.1.11
Bumps com.github.spotbugs from 6.1.10 to 6.1.11.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.1.11
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 cf5f0d7222..d928373a1d 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.10' + id "com.github.spotbugs" version '6.1.11' id 'de.thetaphi.forbiddenapis' version '3.9' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.3.0' |