Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1cefeec

Browse files
committedSep 3, 2024·
[Io7UetI2] Update org.apache.poi to 5.3.0 to mitigate CVE-2024-25710 and CVE-2024-26308
1 parent 7e6cf18 commit 1cefeec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎extra-dependencies/xls/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jar {
2020
}
2121

2222
dependencies {
23-
implementation group: 'org.apache.poi', name: 'poi', version: '5.1.0'
24-
implementation group: 'org.apache.poi', name: 'poi-ooxml-lite', version: '5.1.0'
25-
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.1.0' , {
23+
implementation group: 'org.apache.poi', name: 'poi', version: '5.3.0'
24+
implementation group: 'org.apache.poi', name: 'poi-ooxml-lite', version: '5.3.0'
25+
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0' , {
2626
exclude group: 'org.apache.commons', module: 'commons-compress'
2727
}
2828
implementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.0.2'

‎full/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ dependencies {
6464
// compileOnly "org.antlr:antlr4-runtime:4.7.2"
6565
// testCompile "org.antlr:antlr4-runtime:4.7.2"
6666

67-
compileOnly "org.apache.poi:poi:5.1.0"
68-
testImplementation "org.apache.poi:poi:5.1.0"
69-
compileOnly "org.apache.poi:poi-ooxml:5.1.0"
70-
testImplementation "org.apache.poi:poi-ooxml:5.1.0"
67+
compileOnly "org.apache.poi:poi:5.3.0"
68+
testImplementation "org.apache.poi:poi:5.3.0"
69+
compileOnly "org.apache.poi:poi-ooxml:5.3.0"
70+
testImplementation "org.apache.poi:poi-ooxml:5.3.0"
7171

7272
implementation 'org.jsoup:jsoup:1.15.3'
7373

0 commit comments

Comments
 (0)
Please sign in to comment.