File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020}
2121
2222dependencies {
23- implementation group : ' org.apache.poi' , name : ' poi' , version : ' 5.1 .0'
24- implementation group : ' org.apache.poi' , name : ' poi-ooxml-lite' , version : ' 5.1 .0'
25- implementation group : ' org.apache.poi' , name : ' poi-ooxml' , version : ' 5.1 .0' , {
23+ implementation group : ' org.apache.poi' , name : ' poi' , version : ' 5.3 .0'
24+ implementation group : ' org.apache.poi' , name : ' poi-ooxml-lite' , version : ' 5.3 .0'
25+ implementation group : ' org.apache.poi' , name : ' poi-ooxml' , version : ' 5.3 .0' , {
2626 exclude group : ' org.apache.commons' , module : ' commons-compress'
2727 }
2828 implementation group : ' org.apache.xmlbeans' , name : ' xmlbeans' , version : ' 5.0.2'
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ dependencies {
6464 // compileOnly "org.antlr:antlr4-runtime:4.7.2"
6565 // testCompile "org.antlr:antlr4-runtime:4.7.2"
6666
67- compileOnly " org.apache.poi:poi:5.1 .0"
68- testImplementation " org.apache.poi:poi:5.1 .0"
69- compileOnly " org.apache.poi:poi-ooxml:5.1 .0"
70- testImplementation " org.apache.poi:poi-ooxml:5.1 .0"
67+ compileOnly " org.apache.poi:poi:5.3 .0"
68+ testImplementation " org.apache.poi:poi:5.3 .0"
69+ compileOnly " org.apache.poi:poi-ooxml:5.3 .0"
70+ testImplementation " org.apache.poi:poi-ooxml:5.3 .0"
7171
7272 implementation ' org.jsoup:jsoup:1.15.3'
7373
You can’t perform that action at this time.
0 commit comments