diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-02-14 11:01:06 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-02-14 11:01:06 +0000 |
commit | 660b90062ded807bd4bf50cb419457baa1acc595 (patch) | |
tree | ca9ef4f0656fbb0f200133832f5b16bc02e41d50 /build.gradle | |
parent | 326126a3657146d6b811b6b58b142c998f1406ac (diff) | |
download | poi-660b90062ded807bd4bf50cb419457baa1acc595.tar.gz poi-660b90062ded807bd4bf50cb419457baa1acc595.zip |
upgrade cyclonedx plugin
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907639 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 3049735011..2d0f1ac488 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ plugins { id "com.github.spotbugs" version '5.0.13' id 'de.thetaphi.forbiddenapis' version '3.4' id 'org.sonarqube' version '3.5.0.2730' - id 'org.cyclonedx.bom' version '1.7.3' + id 'org.cyclonedx.bom' version '1.7.4' } repositories { |