Skip to content

Commit

Permalink
Merge pull request #53 from lpicanco/dependabot/gradle/org.testcontai…
Browse files Browse the repository at this point in the history
…ners-junit-jupiter-1.19.8

chore(deps): bump org.testcontainers:junit-jupiter from 1.19.7 to 1.19.8
  • Loading branch information
lpicanco authored May 26, 2024
2 parents d3d1f11 + 57f92a1 commit 344810b
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
Expand Up @@ -2,5 +2,5 @@ dependencies {
implementation(project(":krate-core"))
implementation("redis.clients:jedis:5.1.2")
testImplementation("org.testcontainers:testcontainers:1.19.8")
testImplementation("org.testcontainers:junit-jupiter:1.19.7")
testImplementation("org.testcontainers:junit-jupiter:1.19.8")
}

0 comments on commit 344810b

Please sign in to comment.