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 Feb 3, 2025
1 parent 036de43 commit fc905cc
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 fc905cc

Please sign in to comment.