Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Nov 1, 2022
1 parent a556e66 commit c67cbb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.veupathdb.lib"
version = "1.3.3"
version = "1.3.4"

repositories {
mavenLocal()
Expand Down Expand Up @@ -38,8 +38,8 @@ dependencies {
implementation("org.postgresql:postgresql:42.5.0")

// S3
implementation("org.veupathdb.lib.s3:s34k-minio:0.3.5+s34k-0.7.2")
implementation("org.veupathdb.lib.s3:workspaces:4.0.3")
implementation("org.veupathdb.lib.s3:s34k-minio:0.3.6+s34k-0.7.2")
implementation("org.veupathdb.lib.s3:workspaces:4.0.4")

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

0 comments on commit c67cbb7

Please sign in to comment.