Skip to content

Commit

Permalink
fix(deps): update dependency net.sf.ucanaccess:ucanaccess to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 5, 2024
1 parent 136ebf4 commit b181df1
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 @@ -170,7 +170,7 @@ typesafe-config = {module = "com.typesafe:config", version = "1.4.3"}
jackson-annotations = {module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson"}
jackson-databind = {module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson"}

ucanaccess = {module = "net.sf.ucanaccess:ucanaccess", version = "3.0.7"}
ucanaccess = {module = "net.sf.ucanaccess:ucanaccess", version = "5.0.1"}

poi-core = {module = "org.apache.poi:poi", version.ref = "poi"}
poi-ooxml = {module = "org.apache.poi:poi-ooxml", version.ref = "poi"}
Expand Down

0 comments on commit b181df1

Please sign in to comment.