Browse Source

Upgrade to Testcontainers 1.20.4

Closes gh-43243
pull/43249/head
Stéphane Nicoll 1 year ago
parent
commit
14989a5fb7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -2367,7 +2367,7 @@ bom { @@ -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"

Loading…
Cancel
Save