From e38d43250656ed215db0fe57298789026296c240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:33:28 +0000 Subject: [PATCH] fix(deps): update dependency com.redis:testcontainers-redis to v2.2.3 (#451) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b1fd726..a57d01a 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ dependencies { testImplementation "org.testcontainers:junit-jupiter" testImplementation "org.testcontainers:postgresql" testImplementation('com.tngtech.archunit:archunit-junit5:1.3.0') - testImplementation('com.redis:testcontainers-redis:2.2.2') + testImplementation('com.redis:testcontainers-redis:2.2.3') // If you are using mapstruct in test code testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.3") testAnnotationProcessor("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.2")