diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-15 15:00:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-15 15:00:05 +0000 |
commit | 0ef3fb9ef55ff8dec294f9a5a8fb9b21bf27129f (patch) | |
tree | a7c4044cc172ef69aa5545265dd18577d2be2f35 | |
parent | c85e91e25c74977c7f827aeda325dd1859e78b4c (diff) | |
download | poi-dependabot/gradle/org.cyclonedx.bom-2.0.0.tar.gz poi-dependabot/gradle/org.cyclonedx.bom-2.0.0.zip |
Bump org.cyclonedx.bom from 1.10.0 to 2.0.0dependabot/gradle/org.cyclonedx.bom-2.0.0
Bumps org.cyclonedx.bom from 1.10.0 to 2.0.0.
---
updated-dependencies:
- dependency-name: org.cyclonedx.bom
dependency-type: direct:production
update-type: version-update:semver-major
...
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 dbcd0b6497..d3d72dff9c 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ plugins { id "com.github.spotbugs" version '6.0.27' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' - id 'org.cyclonedx.bom' version '1.10.0' + id 'org.cyclonedx.bom' version '2.0.0' id 'com.adarshr.test-logger' version '3.2.0' } |