mirror of
https://github.com/apache/poi.git
synced 2025-03-06 08:59:07 +00:00
upgrade cyclonedx
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c85e91e25c
commit
ce19c3e761
@ -37,7 +37,7 @@ plugins {
|
|||||||
id "com.github.spotbugs" version '6.0.27'
|
id "com.github.spotbugs" version '6.0.27'
|
||||||
id 'de.thetaphi.forbiddenapis' version '3.8'
|
id 'de.thetaphi.forbiddenapis' version '3.8'
|
||||||
id 'org.sonarqube' version '4.0.0.2929'
|
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'
|
id 'com.adarshr.test-logger' version '3.2.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -277,6 +277,7 @@ public final class TestSXSSFSheet extends BaseTestXSheet {
|
|||||||
workbook1.write(bos);
|
workbook1.write(bos);
|
||||||
}
|
}
|
||||||
width1 = sheet.getColumnWidth(0);
|
width1 = sheet.getColumnWidth(0);
|
||||||
|
sheet.setColumnWidth(0, sheet.getColumnWidth(0) + 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
assertEquals(width0 + extra, width1);
|
assertEquals(width0 + extra, width1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user