diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-01-25 09:32:57 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-01-25 09:32:57 +0000 |
commit | 7b7f10e657cb2ff976452b95bbaec6e208aba06e (patch) | |
tree | 46a3493e0ea0f8115801ad862f341906b68b2039 /build.gradle | |
parent | b010f9c99cf815ae704223b9e38d77234fed3366 (diff) | |
download | poi-7b7f10e657cb2ff976452b95bbaec6e208aba06e.tar.gz poi-7b7f10e657cb2ff976452b95bbaec6e208aba06e.zip |
cyclonedx 1.8.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915395 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 31014c7903..4de86d557b 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ plugins { id "com.github.spotbugs" version '5.2.1' id 'de.thetaphi.forbiddenapis' version '3.6' id 'org.sonarqube' version '4.0.0.2929' - id 'org.cyclonedx.bom' version '1.8.1' + id 'org.cyclonedx.bom' version '1.8.2' id 'com.adarshr.test-logger' version '3.2.0' } |