Skip to content

Commit

Permalink
Merge pull request #26 from lpicanco/dependabot/gradle/org.testcontai…
Browse files Browse the repository at this point in the history
…ners-testcontainers-1.19.3

chore(deps): bump org.testcontainers:testcontainers from 1.17.6 to 1.19.3
  • Loading branch information
lpicanco authored Dec 29, 2023
2 parents c4367a2 + e32102a commit 0f96d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krate-storage-redis/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation(project(":krate-core"))
implementation("redis.clients:jedis:4.3.2")
testImplementation("org.testcontainers:testcontainers:1.17.6")
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("org.testcontainers:junit-jupiter:1.19.3")
}

0 comments on commit 0f96d7e

Please sign in to comment.