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")