Browse Source

Upgrade to Testcontainers 1.20.6

Closes gh-44557
pull/44789/head
Stéphane Nicoll 1 year ago
parent
commit
9a8d18c1ec
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2365,7 +2365,7 @@ bom { @@ -2365,7 +2365,7 @@ bom {
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
}
}
library("Testcontainers", "1.20.5") {
library("Testcontainers", "1.20.6") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"

Loading…
Cancel
Save