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 2, 2024
1 parent 354479c commit 23bb0dc
Showing 1 changed file with 4 additions and 4 deletions.
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 23bb0dc

Please sign in to comment.