Skip to content

Commit 90b0a51

Browse files
committed
Upgrade to Testcontainers 1.21.1
Closes gh-45840
1 parent af4a787 commit 90b0a51

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
@@ -2471,7 +2471,7 @@ bom {
24712471
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
24722472
}
24732473
}
2474-
library("Testcontainers", "1.21.0") {
2474+
library("Testcontainers", "1.21.1") {
24752475
group("org.testcontainers") {
24762476
bom("testcontainers-bom")
24772477
}

0 commit comments

Comments
 (0)