File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 exclude group : ' *'
3333 }
3434
35- implementation group : ' org.apache.xmlbeans' , name : ' xmlbeans' , version : ' 5.0.2 '
35+ implementation group : ' org.apache.xmlbeans' , name : ' xmlbeans' , version : ' 5.2.1 '
3636 implementation group : ' com.github.virtuald' , name : ' curvesapi' , version : ' 1.06'
3737 implementation group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.4'
3838}
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ dependencies {
7878 testImplementation " org.apache.poi:poi-ooxml:5.3.0" , {
7979 exclude group : ' *'
8080 }
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'
8184
8285 implementation ' org.jsoup:jsoup:1.15.3'
8386
You can’t perform that action at this time.
0 commit comments