Skip to content

Commit 50d4922

Browse files
Bump jedis from 3.6.0 to 3.6.1 in /core
Bumps [jedis](https://github.com/redis/jedis) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@jedis-3.6.0...jedis-3.6.1) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adae983 commit 50d4922

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
@@ -136,7 +136,7 @@ dependencies {
136136
}
137137

138138
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
139-
testImplementation 'redis.clients:jedis:3.6.0'
139+
testImplementation 'redis.clients:jedis:3.6.1'
140140
testImplementation 'com.rabbitmq:amqp-client:5.12.0'
141141
testImplementation 'org.mongodb:mongo-java-driver:3.12.7'
142142

0 commit comments

Comments
 (0)