Skip to content

Commit

Permalink
fix(deps): update dependency com.redis:testcontainers-redis to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 65354e2 commit 7596668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7596668

Please sign in to comment.