From 9f6214aeed79286069596f5c345962a2a0f5ed76 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 06:39:01 +0000 Subject: [PATCH] Bump jedis from 3.3.0 to 3.5.2 Bumps [jedis](https://github.com/redis/jedis) from 3.3.0 to 3.5.2. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/jedis-3.3.0...jedis-3.5.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 557d6ab..e131c1e 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version: '2.8.0' implementation group: 'commons-codec', name: 'commons-codec', version: '1.15' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' - implementation group: 'redis.clients', name: 'jedis', version: '3.3.0' + implementation group: 'redis.clients', name: 'jedis', version: '3.5.2' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.14.9' testImplementation group: 'junit', name: 'junit', version: '4.13.1' }