Browse Source

Upgrade to Testcontainers 1.18.3

Closes gh-36722
pull/36766/head
Andy Wilkinson 3 years ago
parent
commit
14b4f6db89
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

@ -202,7 +202,7 @@ bom { @@ -202,7 +202,7 @@ bom {
]
}
}
library("Testcontainers", "1.17.3") {
library("Testcontainers", "1.18.3") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"

Loading…
Cancel
Save