Browse Source

Upgrade to Testcontainers 1.16

Closes gh-27882
pull/28061/head
Andy Wilkinson 4 years ago
parent
commit
6e6a6c059c
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

@ -156,7 +156,7 @@ bom { @@ -156,7 +156,7 @@ bom {
]
}
}
library("Testcontainers", "1.15.3") {
library("Testcontainers", "1.16.0") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"

Loading…
Cancel
Save