Skip to content

Commit

Permalink
upgrade cyclonedx
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923152 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Jan 15, 2025
1 parent c85e91e commit ce19c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ void autosizeWithArbitraryExtraWidth() throws IOException {
workbook1.write(bos);
}
width1 = sheet.getColumnWidth(0);
sheet.setColumnWidth(0, sheet.getColumnWidth(0) + 100);
}

assertEquals(width0 + extra, width1);
Expand Down

0 comments on commit ce19c3e

Please sign in to comment.