Browse Source

Upgrade to Testcontainers 1.21.3

Closes gh-46348
pull/46355/head
Stéphane Nicoll 7 months ago
parent
commit
9f9dcffbe6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save