Skip to content

Commit 5b30255

Browse files
committed
Upgrade to Testcontainers 1.21.3
Closes gh-46382
1 parent fea59a3 commit 5b30255

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
@@ -2491,7 +2491,7 @@ bom {
24912491
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
24922492
}
24932493
}
2494-
library("Testcontainers", "1.21.2") {
2494+
library("Testcontainers", "1.21.3") {
24952495
group("org.testcontainers") {
24962496
bom("testcontainers-bom")
24972497
}

0 commit comments

Comments
 (0)