Browse Source

Upgrade to Testcontainers 1.18.0

Closes gh-34888
pull/34945/head
Stephane Nicoll 3 years ago
parent
commit
5030e51b5b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1447,7 +1447,7 @@ bom { @@ -1447,7 +1447,7 @@ bom {
]
}
}
library("Testcontainers", "1.17.6") {
library("Testcontainers", "1.18.0") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"

Loading…
Cancel
Save