Browse Source

Upgrade to Testcontainers 1.20.0

Cloess gh-41626
pull/41646/head
Stéphane Nicoll 2 years ago
parent
commit
f11dc544b6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save