diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-21 14:07:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-21 14:07:18 +0000 |
commit | 1833bd10a035e36695cf713fe32374358750d72f (patch) | |
tree | 9b5e6497f971f9aecb76b971684132cb2a3584a0 | |
parent | 2880483f130a44acceb6b9ea7dd84f8f9beb28fc (diff) | |
download | poi-dependabot/gradle/com.github.spotbugs-6.1.12.tar.gz poi-dependabot/gradle/com.github.spotbugs-6.1.12.zip |
Bump com.github.spotbugs from 6.1.10 to 6.1.12dependabot/gradle/com.github.spotbugs-6.1.12
Bumps com.github.spotbugs from 6.1.10 to 6.1.12.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.1.12
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 17f6b1bd26..a1013fe3eb 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.12' id 'de.thetaphi.forbiddenapis' version '3.9' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.3.0' |