Skip to content

Commit e628264

Browse files
Bump jedis from 4.0.1 to 4.2.2 in /core
Bumps [jedis](https://github.com/redis/jedis) from 4.0.1 to 4.2.2. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v4.0.1...v4.2.2) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9660137 commit e628264

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
@@ -91,7 +91,7 @@ dependencies {
9191
shaded 'org.zeroturnaround:zt-exec:1.12'
9292

9393
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
94-
testImplementation 'redis.clients:jedis:4.0.1'
94+
testImplementation 'redis.clients:jedis:4.2.2'
9595
testImplementation 'com.rabbitmq:amqp-client:5.14.2'
9696
testImplementation 'org.mongodb:mongo-java-driver:3.12.10'
9797

0 commit comments

Comments
 (0)