upgrade cyclonedx

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-01-15 20:12:49 +00:00
parent c85e91e25c
commit ce19c3e761
2 changed files with 2 additions and 1 deletions

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

View File

@ -277,6 +277,7 @@ public final class TestSXSSFSheet extends BaseTestXSheet {
workbook1.write(bos);
}
width1 = sheet.getColumnWidth(0);
sheet.setColumnWidth(0, sheet.getColumnWidth(0) + 100);
}
assertEquals(width0 + extra, width1);