Browse Source

Upgrade to Testcontainers 1.19.8

Closes gh-40753
pull/40757/head
Andy Wilkinson 2 years ago
parent
commit
47f06b1d28
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2116,7 +2116,7 @@ bom { @@ -2116,7 +2116,7 @@ bom {
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
}
}
library("Testcontainers", "1.19.7") {
library("Testcontainers", "1.19.8") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"

Loading…
Cancel
Save