Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Jun 3, 2024
1 parent a27cc35 commit 49a9ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ dependencies {

// DB
implementation("com.zaxxer:HikariCP:5.0.1")
implementation("org.postgresql:postgresql:42.7.0")
implementation("org.postgresql:postgresql:42.7.3")

// S3
implementation("org.veupathdb.lib.s3:s34k-minio:0.6.1+s34k-0.10.3")
implementation("org.veupathdb.lib.s3:workspaces:4.1.1")
api("org.veupathdb.lib.s3:s34k-minio:0.7.2+s34k-0.11.0")
api("org.veupathdb.lib.s3:workspaces:4.1.2")

// Rabbit
implementation("org.veupathdb.lib:rabbit-job-queue:1.2.1")
Expand Down

0 comments on commit 49a9ec8

Please sign in to comment.