From b62a7e0c21d1dd1c63287ecd5db152f42669e75c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Jan 2021 04:25:31 +0000 Subject: [PATCH 1/2] fix: upgrade redis.clients:jedis from 3.3.0 to 3.4.0 Snyk has created this PR to upgrade redis.clients:jedis from 3.3.0 to 3.4.0. See this package in Maven Repository: https://mvnrepository.com/artifact/redis.clients/jedis/ See this project in Snyk: https://app.snyk.io/org/gkorland/project/1516165b-735d-411c-9da4-b0759b287da8?utm_source=github&utm_medium=upgrade-pr --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b57dee7..4b46873 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ redis.clients jedis - 3.3.0 + 3.4.0 compile From c3a878d79712d00decfdf4e97bf9a810ee8892dc Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 22 Feb 2021 14:22:44 +0200 Subject: [PATCH 2/2] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4b46873..1fdd791 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ redis.clients jedis - 3.4.0 + 3.5.1 compile