Upgrade to Testcontainers 1.20.1

Closes gh-41818
This commit is contained in:
Stéphane Nicoll
2024-08-12 08:28:01 +02:00
parent 53a1cc0732
commit 040f4cbbfb

View File

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