mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
upgrade plugins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe0a4f1166
commit
e458192cf2
@ -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'
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user