File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
exclude group : ' *'
33
33
}
34
34
35
- implementation group : ' org.apache.xmlbeans' , name : ' xmlbeans' , version : ' 5.0.2 '
35
+ implementation group : ' org.apache.xmlbeans' , name : ' xmlbeans' , version : ' 5.2.1 '
36
36
implementation group : ' com.github.virtuald' , name : ' curvesapi' , version : ' 1.06'
37
37
implementation group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.4'
38
38
}
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ dependencies {
78
78
testImplementation " org.apache.poi:poi-ooxml:5.3.0" , {
79
79
exclude group : ' *'
80
80
}
81
+ testImplementation group : ' org.apache.xmlbeans' , name : ' xmlbeans' , version : ' 5.2.1'
82
+ testImplementation group : ' com.github.virtuald' , name : ' curvesapi' , version : ' 1.06'
83
+ testImplementation group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.4'
81
84
82
85
implementation ' org.jsoup:jsoup:1.15.3'
83
86
You can’t perform that action at this time.
0 commit comments