From 1dbe09c5534ccff563e1f707adf6867a6bf30100 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 11:21:01 +0100 Subject: [PATCH] Revert "Upgrade to Testcontainers 1.18.1" This reverts commit a6db093ec40e370f745a145246746cd5abfe0dde. See gh-35430 --- 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 4f403e77a3..75f136a049 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1507,7 +1507,7 @@ bom { ] } } - library("Testcontainers", "1.18.1") { + library("Testcontainers", "1.18.0") { group("org.testcontainers") { imports = [ "testcontainers-bom"