Upgrade to Testcontainers 1.21.2

Closes gh-46029
This commit is contained in:
Stéphane Nicoll 2025-06-19 08:09:02 +02:00
parent 8fcd4c6ece
commit 02f31f1ce2
1 changed files with 1 additions and 1 deletions

View File

@ -2468,7 +2468,7 @@ bom {
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
}
}
library("Testcontainers", "1.21.1") {
library("Testcontainers", "1.21.2") {
group("org.testcontainers") {
bom("testcontainers-bom")
}