@@ -18,11 +18,10 @@ jar {
1818}
1919
2020dependencies {
21- implementation group : ' org.apache.poi' , name : ' poi' , version : ' 5.2.5 ' , commonExclusions
22- implementation group : ' org.apache.poi' , name : ' poi-ooxml-lite' , version : ' 5.2.5 ' , commonExclusions
23- implementation group : ' org.apache.poi' , name : ' poi-ooxml' , version : ' 5.2.5 ' , commonExclusions
24- implementation group : ' org.apache.xmlbeans' , name : ' xmlbeans' , version : ' 5.2.1 ' , commonExclusions
21+ implementation group : ' org.apache.poi' , name : ' poi' , version : ' 5.4.1 ' , commonExclusions
22+ implementation group : ' org.apache.poi' , name : ' poi-ooxml-lite' , version : ' 5.4.1 ' , commonExclusions
23+ implementation group : ' org.apache.poi' , name : ' poi-ooxml' , version : ' 5.4.1 ' , commonExclusions
24+ implementation group : ' org.apache.xmlbeans' , name : ' xmlbeans' , version : ' 5.3.0 ' , commonExclusions
2525 implementation group : ' com.github.virtuald' , name : ' curvesapi' , version : ' 1.08' , commonExclusions
26- implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.17.0' , commonExclusions
27- implementation group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.4' , commonExclusions
26+ implementation group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.5.0' , commonExclusions
2827}
0 commit comments