Skip to content

Commit a88d565

Browse files
committed
[Io7UetI2] Update org.apache.xmlbeans dependency to 5.2.1
Also include the same dependencies in full testing as in the extra dependencies, was previously a transient dependency from org.apache.poi
1 parent 7d651ef commit a88d565

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

extra-dependencies/xls/build.gradle

+1-1
Original file line numberDiff line numberDiff 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
}

full/build.gradle

+3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)