Browse Source

Upgrade to Testcontainers 2.0.4

Closes gh-49656
pull/49658/head
Moritz Halbritter 4 days ago
parent
commit
e22a2ae360
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save