Browse Source

Upgrade to Testcontainers 1.21.4

Closes gh-48542
3.5.x
Stéphane Nicoll 2 days ago
parent
commit
2d96cf2408
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save