Skip to content

Commit 02f31f1

Browse files
committed
Upgrade to Testcontainers 1.21.2
Closes gh-46029
1 parent 8fcd4c6 commit 02f31f1

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
@@ -2468,7 +2468,7 @@ bom {
24682468
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
24692469
}
24702470
}
2471-
library("Testcontainers", "1.21.1") {
2471+
library("Testcontainers", "1.21.2") {
24722472
group("org.testcontainers") {
24732473
bom("testcontainers-bom")
24742474
}

0 commit comments

Comments
 (0)