From 5030e51b5b63a7dc6433265e91eb92cd2deb87f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Apr 2023 13:26:08 +0200 Subject: [PATCH] Upgrade to Testcontainers 1.18.0 Closes gh-34888 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 51cfddd3da3..4a815effcf6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1447,7 +1447,7 @@ bom { ] } } - library("Testcontainers", "1.17.6") { + library("Testcontainers", "1.18.0") { group("org.testcontainers") { imports = [ "testcontainers-bom"