Upgrade to Testcontainers 1.20.4

Closes gh-43243
This commit is contained in:
Stéphane Nicoll 2024-11-21 09:32:54 +01:00
parent c188822db3
commit 14989a5fb7
1 changed files with 1 additions and 1 deletions

View File

@ -2367,7 +2367,7 @@ bom {
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
}
}
library("Testcontainers", "1.20.3") {
library("Testcontainers", "1.20.4") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"