Browse Source

Upgrade to Testcontainers 1.21.1

Closes gh-45840
pull/45855/head
Stéphane Nicoll 8 months ago
parent
commit
90b0a51bb0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2471,7 +2471,7 @@ bom { @@ -2471,7 +2471,7 @@ bom {
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
}
}
library("Testcontainers", "1.21.0") {
library("Testcontainers", "1.21.1") {
group("org.testcontainers") {
bom("testcontainers-bom")
}

Loading…
Cancel
Save