Skip to content

Commit

Permalink
Update apache-poi monorepo to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 7652925 commit ac2e63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,10 @@ dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jacksonDatabind
developmentOnly group: 'org.springframework.cloud', name: 'spring-cloud-starter-loadbalancer', version: versions.loadbalancer

implementation("org.apache.poi:poi:5.3.0") {
implementation("org.apache.poi:poi:5.4.0") {
exclude group: "org.apache.commons", module: "commons-math3"
}
implementation("org.apache.poi:poi-ooxml:5.2.5") {
implementation("org.apache.poi:poi-ooxml:5.4.0") {
exclude group: "org.apache.commons", module: "commons-math3"
}

Expand Down

0 comments on commit ac2e63d

Please sign in to comment.