From 8cfabe4a5c0be62ea73f6738bb45c7c86d968bc9 Mon Sep 17 00:00:00 2001 From: aro Date: Tue, 7 Mar 2023 08:28:43 +0100 Subject: [PATCH] feat(deps): jedis --- core/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index fe4b877..a0a865f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -104,6 +104,12 @@ jackson-dataformat-yaml 2.14.0-rc1 + + + redis.clients + jedis + 4.3.0 +