File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
}
21
21
22
22
dependencies {
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' , {
26
26
exclude group : ' org.apache.commons' , module : ' commons-compress'
27
27
}
28
28
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 {
64
64
// compileOnly "org.antlr:antlr4-runtime:4.7.2"
65
65
// testCompile "org.antlr:antlr4-runtime:4.7.2"
66
66
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"
71
71
72
72
implementation ' org.jsoup:jsoup:1.15.3'
73
73
You can’t perform that action at this time.
0 commit comments