Skip to content

Commit

Permalink
update dependencies (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades authored Mar 7, 2025
1 parent dba237c commit 5d0cdf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# VPDB
fgputil-db = { group = "org.gusdb", name = "fgputil-db", version = "2.16.0-jakarta" }

container-core = { group = "org.veupathdb.lib", name = "jaxrs-container-core", version = "9.1.1" }
container-core = { group = "org.veupathdb.lib", name = "jaxrs-container-core", version = "9.1.3" }
container-multipart = { group = "org.veupathdb.lib", name = "multipart-jackson-pojo", version = "1.1.7" }

vdi-common = { group = "org.veupathdb.vdi", name = "vdi-component-common", version = "17.1.5" }
vdi-json = { group = "org.veupathdb.vdi", name = "vdi-component-json", version = "1.0.2" }
vdi-common = { group = "org.veupathdb.vdi", name = "vdi-component-common", version = "17.1.6" }
vdi-json = { group = "org.veupathdb.vdi", name = "vdi-component-json", version = "1.0.3" }

# Database
db-pool = { group = "com.zaxxer", name = "HikariCP", version = "6.2.1" }
Expand Down

0 comments on commit 5d0cdf5

Please sign in to comment.