Browse Source

Upgrade to Testcontainers 1.15.2

Closes gh-25423
pull/25507/head
Andy Wilkinson 5 years ago
parent
commit
b477312100
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

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

Loading…
Cancel
Save