Skip to content

Commit

Permalink
fix(deps): update dependency org.testcontainers:testcontainers to v1.…
Browse files Browse the repository at this point in the history
…19.6
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 21a4537 commit 53eef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.0.0")
testImplementation("org.testcontainers:testcontainers:1.18.3")
testImplementation("org.testcontainers:testcontainers:1.19.6")
testImplementation("org.apache.curator:curator-test:5.5.0")
testImplementation("io.fabric8:kubernetes-server-mock")
}
Expand Down

0 comments on commit 53eef68

Please sign in to comment.