Skip to content

Commit 4658461

Browse files
Bump redis.clients:jedis from 6.2.0 to 7.0.0 in /core
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73726f4 commit 4658461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105
exclude group: 'com.google.guava', module: 'guava'
106106
}
107107
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
108-
testImplementation 'redis.clients:jedis:6.2.0'
108+
testImplementation 'redis.clients:jedis:7.0.0'
109109
testImplementation 'com.rabbitmq:amqp-client:5.26.0'
110110
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
111111

0 commit comments

Comments
 (0)