Skip to content

Commit

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

chore(deps): bump org.testcontainers:junit-jupiter from 1.19.3 to 1.19.4
  • Loading branch information
lpicanco authored Feb 12, 2024
2 parents 7e5f9ee + b96d658 commit a096c0e
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.0")
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("org.testcontainers:junit-jupiter:1.19.3")
testImplementation("org.testcontainers:junit-jupiter:1.19.4")
}

0 comments on commit a096c0e

Please sign in to comment.