From 77219b634709981825c6b40c50ab90e38a6aaeb4 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Mon, 28 Oct 2024 22:35:07 +0100 Subject: [PATCH] chore(deps): bump org.testcontainers to 1.20.3 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 96817f4..97c16b7 100644 --- a/build.gradle +++ b/build.gradle @@ -96,9 +96,9 @@ dependencies { testImplementation 'org.mockito:mockito-junit-jupiter' // testcontainers - testImplementation "org.testcontainers:testcontainers:1.20.1" - testImplementation "org.testcontainers:junit-jupiter:1.20.1" - testImplementation "org.testcontainers:localstack:1.20.1" + testImplementation "org.testcontainers:testcontainers:1.20.3" + testImplementation "org.testcontainers:junit-jupiter:1.20.3" + testImplementation "org.testcontainers:localstack:1.20.3" } /**********************************************************************************************************************\