Skip to content

Commit

Permalink
update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Jun 3, 2024
1 parent f9b7274 commit 3bd7f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.s3"
version = "0.7.1+s34k-0.11.0"
version = "0.7.2+s34k-0.11.0"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("stdlib-jdk8"))
implementation("org.slf4j:slf4j-api:1.7.36")
implementation("io.minio:minio:8.5.7")
implementation("io.minio:minio:8.5.10")

api("org.veupathdb.lib.s3:s34k-core:0.10.0+s34k-0.11.0")

Expand Down

0 comments on commit 3bd7f46

Please sign in to comment.