From 141388829c469e0739a8c8327d705cd7dd9d3c7f Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel <34905970+ham1255@users.noreply.github.com> Date: Mon, 14 Dec 2020 15:13:41 +0400 Subject: [PATCH] bumped redis version aswell --- pom.xml | 61 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 110212a..a25c8c2 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ RediSkript 1.3.0 jar - + @@ -29,8 +29,8 @@ - - + + spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot-api/ @@ -42,7 +42,10 @@ commons-pool2 https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 - + + + papermc + https://papermc.io/repo/repository/maven-public/ @@ -59,30 +62,30 @@ 1.16.4-R0.1-SNAPSHOT provided - - redis.clients - jedis - 3.3.0 - compile - - - org.json - json - 20190722 - compile - - - org.cryptomator - siv-mode - 1.4.0 - compile - - - - org.apache.commons - commons-pool2 - 2.6.2 - compile - + + redis.clients + jedis + 3.4.0 + compile + + + org.json + json + 20190722 + compile + + + org.cryptomator + siv-mode + 1.4.0 + compile + + + + org.apache.commons + commons-pool2 + 2.6.2 + compile + \ No newline at end of file