Browse Source

Upgrade to Testcontainers 1.20.5

Closes gh-44375
pull/44379/head
Andy Wilkinson 1 year ago
parent
commit
7a67ffb925
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save