Skip to content

Commit

Permalink
Update dependency org.apache.poi:poi-ooxml to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and paul-griffith committed Jan 10, 2025
1 parent db39893 commit 48e9fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serializ
xerial-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.47.1.0" }
logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.14" }
hsql = { group = "org.hsqldb", name = "hsqldb", version = "2.7.4" }
poi = { group = "org.apache.poi", name = "poi-ooxml", version = "5.3.0" }
poi = { group = "org.apache.poi", name = "poi-ooxml", version = "5.4.0" }
excelkt = { group = "io.github.evanrupert", name = "excelkt", version = "1.0.2" }
jsvg = { group = "com.github.weisj", name = "jsvg", version = "1.6.1" }
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version.ref = "jackson" }
Expand Down

0 comments on commit 48e9fc4

Please sign in to comment.