Skip to content

Commit

Permalink
Update Testcontainers to 1.20.2 (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta authored Oct 2, 2024
1 parent b8cabe0 commit 0344bbf
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 @@ -42,7 +42,7 @@ repositories {
}

dependencies {
implementation("org.testcontainers:testcontainers:1.20.1")
implementation("org.testcontainers:testcontainers:1.20.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
testImplementation("ch.qos.logback:logback-classic:1.5.8")
Expand Down

0 comments on commit 0344bbf

Please sign in to comment.