upgrade plugins

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-05-01 13:16:14 +00:00
parent fe0a4f1166
commit e458192cf2
2 changed files with 3 additions and 3 deletions

View File

@ -34,10 +34,10 @@ plugins {
id 'com.dorongold.task-tree' version '4.0.1'
id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution'
id "com.github.spotbugs" version '6.1.9'
id "com.github.spotbugs" version '6.1.10'
id 'de.thetaphi.forbiddenapis' version '3.9'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '2.2.0'
id 'org.cyclonedx.bom' version '2.3.0'
id 'com.adarshr.test-logger' version '3.2.0'
}

View File

@ -628,7 +628,7 @@ public final class CellUtil {
// index seems like what index the cellstyle is in the list of styles for a workbook.
// not good to compare on!
int numberCellStyles = workbook.getNumCellStyles();
final int numberCellStyles = workbook.getNumCellStyles();
for (int i = 0; i < numberCellStyles; i++) {
CellStyle wbStyle = workbook.getCellStyleAt(i);