Skip to content

Commit 040f4cb

Browse files
committed
Upgrade to Testcontainers 1.20.1
Closes gh-41818
1 parent 53a1cc0 commit 040f4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ bom {
21692169
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
21702170
}
21712171
}
2172-
library("Testcontainers", "1.20.0") {
2172+
library("Testcontainers", "1.20.1") {
21732173
group("org.testcontainers") {
21742174
imports = [
21752175
"testcontainers-bom"

0 commit comments

Comments
 (0)