Skip to content

Commit

Permalink
Update dependency org.apache.poi:poi-ooxml to v5.2.5 (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent b62a246 commit a377db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
compileOnly("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")

implementation("org.apache.poi:poi-ooxml:5.2.4")
implementation("org.apache.poi:poi-ooxml:5.2.5")

implementation("com.opencsv:opencsv:5.9")
}
Expand Down

0 comments on commit a377db5

Please sign in to comment.