cyclonedx gradle

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-02-07 21:45:40 +00:00
parent bc11cc335e
commit e33595b719

View File

@ -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.0.0'
id 'org.cyclonedx.bom' version '2.1.0'
id 'com.adarshr.test-logger' version '3.2.0'
}