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 {
] ]
} }
} }
library("Testcontainers", "1.19.2") { library("Testcontainers", "1.19.3") {
group("org.testcontainers") { group("org.testcontainers") {
imports = [ imports = [
"testcontainers-bom" "testcontainers-bom"

Loading…
Cancel
Save