From e7cab06f1c74c96f5bb097b3a367ace7cf195cf2 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 17 May 2021 09:33:09 +0300 Subject: [PATCH] fix: upgrade redis.clients:jedis from 3.5.2 to 3.6.0 (#34) Snyk has created this PR to upgrade redis.clients:jedis from 3.5.2 to 3.6.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 cebf15e..df40881 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ redis.clients jedis - 3.5.2 + 3.6.0 compile