Skip to content

Commit 1103fcd

Browse files
--- 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 0739c81 commit 1103fcd

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
@@ -110,7 +110,7 @@ dependencies {
110110
exclude group: 'com.google.guava', module: 'guava'
111111
}
112112
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
113-
testImplementation 'redis.clients:jedis:5.1.0'
113+
testImplementation 'redis.clients:jedis:5.1.3'
114114
testImplementation 'com.rabbitmq:amqp-client:5.21.0'
115115
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
116116

0 commit comments

Comments
 (0)