diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-08-20 16:26:58 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-08-20 16:26:58 +0000 |
commit | 2d869111bc1fa548045ec55357ead19489ad9766 (patch) | |
tree | cae070ef45a095c12d306e2eea51d341d679c8d6 /build.gradle | |
parent | 1ba795451e2c8e1d42a0199285f32353e7c86c95 (diff) | |
download | poi-2d869111bc1fa548045ec55357ead19489ad9766.tar.gz poi-2d869111bc1fa548045ec55357ead19489ad9766.zip |
upgrade cyclonedx
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index c55f484be2..e3d15c20d9 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ plugins { id "com.github.spotbugs" version '6.0.19' id 'de.thetaphi.forbiddenapis' version '3.7' id 'org.sonarqube' version '4.0.0.2929' - id 'org.cyclonedx.bom' version '1.9.0' + id 'org.cyclonedx.bom' version '1.10.0' id 'com.adarshr.test-logger' version '3.2.0' } |