Browse Source

Upgrade to Testcontainers 1.15.2

Closes gh-25420
pull/25486/head
Andy Wilkinson 5 years ago
parent
commit
5f0d72487e
  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.0") {
library("Testcontainers", "1.15.2") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"

Loading…
Cancel
Save