Skip to content

Commit 9a8d18c

Browse files
committed
Upgrade to Testcontainers 1.20.6
Closes gh-44557
1 parent 4dd58aa commit 9a8d18c

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
@@ -2365,7 +2365,7 @@ bom {
23652365
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
23662366
}
23672367
}
2368-
library("Testcontainers", "1.20.5") {
2368+
library("Testcontainers", "1.20.6") {
23692369
group("org.testcontainers") {
23702370
imports = [
23712371
"testcontainers-bom"

0 commit comments

Comments
 (0)