Skip to content

Commit

Permalink
[Io7UetI2] Update org.apache.xmlbeans dependency to 5.2.1
Browse files Browse the repository at this point in the history
Also include the same dependencies in full testing as in the
extra dependencies, was previously a transient dependency from org.apache.poi
  • Loading branch information
Lojjs committed Sep 30, 2024
1 parent 7d651ef commit a88d565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extra-dependencies/xls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
exclude group: '*'
}

implementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.0.2'
implementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.2.1'
implementation group: 'com.github.virtuald', name: 'curvesapi', version: '1.06'
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
}
3 changes: 3 additions & 0 deletions full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ dependencies {
testImplementation "org.apache.poi:poi-ooxml:5.3.0", {
exclude group: '*'
}
testImplementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.2.1'
testImplementation group: 'com.github.virtuald', name: 'curvesapi', version: '1.06'
testImplementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'

implementation 'org.jsoup:jsoup:1.15.3'

Expand Down

0 comments on commit a88d565

Please sign in to comment.