Browse Source

Upgrade to Testcontainers 1.20.5

Closes gh-44369
pull/44380/head
Andy Wilkinson 10 months ago
parent
commit
7d1fc062bf
  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.4") {
library("Testcontainers", "1.20.5") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"

Loading…
Cancel
Save