Skip to content

Commit

Permalink
[Io7UetI2] Update org.apache.poi to 5.3.0 to mitigate CVE-2024-25710
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojjs committed Sep 3, 2024
1 parent 7e6cf18 commit 1cefeec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions extra-dependencies/xls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jar {
}

dependencies {
implementation group: 'org.apache.poi', name: 'poi', version: '5.1.0'
implementation group: 'org.apache.poi', name: 'poi-ooxml-lite', version: '5.1.0'
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.1.0' , {
implementation group: 'org.apache.poi', name: 'poi', version: '5.3.0'
implementation group: 'org.apache.poi', name: 'poi-ooxml-lite', version: '5.3.0'
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0' , {
exclude group: 'org.apache.commons', module: 'commons-compress'
}
implementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.0.2'
Expand Down
8 changes: 4 additions & 4 deletions full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ dependencies {
// compileOnly "org.antlr:antlr4-runtime:4.7.2"
// testCompile "org.antlr:antlr4-runtime:4.7.2"

compileOnly "org.apache.poi:poi:5.1.0"
testImplementation "org.apache.poi:poi:5.1.0"
compileOnly "org.apache.poi:poi-ooxml:5.1.0"
testImplementation "org.apache.poi:poi-ooxml:5.1.0"
compileOnly "org.apache.poi:poi:5.3.0"
testImplementation "org.apache.poi:poi:5.3.0"
compileOnly "org.apache.poi:poi-ooxml:5.3.0"
testImplementation "org.apache.poi:poi-ooxml:5.3.0"

implementation 'org.jsoup:jsoup:1.15.3'

Expand Down

0 comments on commit 1cefeec

Please sign in to comment.