Skip to content

Commit

Permalink
Bump com.redis:testcontainers-redis from 2.0.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [com.redis:testcontainers-redis](https://github.com/redis-developer/testcontainers-redis-root) from 2.0.1 to 2.2.0.
- [Commits](https://github.com/redis-developer/testcontainers-redis-root/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent e070fd0 commit 67af6fa
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.2.0"
}

apply plugin: 'maven-publish'
Expand Down

0 comments on commit 67af6fa

Please sign in to comment.