Skip to content

Commit 9f9dcff

Browse files
committed
Upgrade to Testcontainers 1.21.3
Closes gh-46348
1 parent ae5dadc commit 9f9dcff

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
@@ -2502,7 +2502,7 @@ bom {
25022502
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
25032503
}
25042504
}
2505-
library("Testcontainers", "1.21.2") {
2505+
library("Testcontainers", "1.21.3") {
25062506
group("org.testcontainers") {
25072507
bom("testcontainers-bom")
25082508
}

0 commit comments

Comments
 (0)