Browse Source

Upgrade to Testcontainers 1.15.3

Closes gh-26179
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
6f73fd6785
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

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

Loading…
Cancel
Save