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 in full-testing (was previously a transient dependency from org.apache.poi
  • Loading branch information
Lojjs committed Sep 30, 2024
1 parent 7d651ef commit c25026c
Show file tree
Hide file tree
Showing 2 changed files with 2 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'
}
1 change: 1 addition & 0 deletions full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ dependencies {
testImplementation "org.apache.poi:poi-ooxml:5.3.0", {
exclude group: '*'
}
testImplementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.2.1'

implementation 'org.jsoup:jsoup:1.15.3'

Expand Down

0 comments on commit c25026c

Please sign in to comment.