aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-27 14:47:03 +0000
committerGitHub <noreply@github.com>2025-02-27 14:47:03 +0000
commit5ac4daf37ee7edf7675ca8be00e390fa2f428274 (patch)
tree2fa6dfdeb71ab09ed0e7f5e6782736e0783f3dc2
parent064225a4889f1dececb41bd4a4f80e3a828dbdd8 (diff)
downloadpoi-dependabot/gradle/org.cyclonedx.bom-2.2.0.tar.gz
poi-dependabot/gradle/org.cyclonedx.bom-2.2.0.zip
Bump org.cyclonedx.bom from 2.1.0 to 2.2.0dependabot/gradle/org.cyclonedx.bom-2.2.0
Bumps org.cyclonedx.bom from 2.1.0 to 2.2.0. --- updated-dependencies: - dependency-name: org.cyclonedx.bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d5d7d0b265..482a717567 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 '2.1.0'
+ id 'org.cyclonedx.bom' version '2.2.0'
id 'com.adarshr.test-logger' version '3.2.0'
}