Skip to content

Commit

Permalink
Bump com.redis:testcontainers-redis from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [com.redis:testcontainers-redis](https://github.com/redis-developer/testcontainers-redis) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/redis-developer/testcontainers-redis/releases)
- [Changelog](https://github.com/redis-developer/testcontainers-redis/blob/master/jreleaser.yml)
- [Commits](redis-developer/testcontainers-redis@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: com.redis:testcontainers-redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent e070fd0 commit 0031659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse-redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation "ch.qos.logback:logback-core"
testImplementation "ch.qos.logback:logback-classic"
testImplementation "org.testcontainers:testcontainers"
testImplementation "com.redis:testcontainers-redis:2.0.1"
testImplementation "com.redis:testcontainers-redis:2.0.2"
}

apply plugin: 'maven-publish'
Expand Down

0 comments on commit 0031659

Please sign in to comment.