Browse Source

Upgrade to Testcontainers 1.19.3

Closes gh-38471
pull/38482/head
Andy Wilkinson 2 years ago
parent
commit
0897d752bc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1639,7 +1639,7 @@ bom { @@ -1639,7 +1639,7 @@ bom {
]
}
}
library("Testcontainers", "1.19.2") {
library("Testcontainers", "1.19.3") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"

Loading…
Cancel
Save