Browse Source

Upgrade to Testcontainers 2.0.3

Closes gh-48545
pull/48552/head
Stéphane Nicoll 1 day ago
parent
commit
62364d5992
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save