Skip to content

Commit

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

chore(deps): bump org.testcontainers:junit-jupiter from 1.19.5 to 1.19.7
  • Loading branch information
lpicanco authored Mar 29, 2024
2 parents fd7d42b + 94ef7ea commit 0cd5dac
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.5")
testImplementation("org.testcontainers:junit-jupiter:1.19.7")
}

0 comments on commit 0cd5dac

Please sign in to comment.