Skip to content

Commit

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

chore(deps): bump org.testcontainers:junit-jupiter from 1.19.4 to 1.19.5
  • Loading branch information
lpicanco authored Feb 19, 2024
2 parents 4bf57c6 + b897fcb commit fd7d42b
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.5")
testImplementation("org.testcontainers:junit-jupiter:1.19.4")
testImplementation("org.testcontainers:junit-jupiter:1.19.5")
}

0 comments on commit fd7d42b

Please sign in to comment.