diff --git a/bukkit/build.gradle b/bukkit/build.gradle index a751be0e..1393d035 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -3,7 +3,7 @@ dependencies { compileOnly project(':api') implementation project(path: ':common', configuration: 'shadow') - compileOnly 'redis.clients:jedis:4.0.0' + compileOnly 'redis.clients:jedis:3.7.1' implementation 'org.bstats:bstats-bukkit:2.2.1' implementation 'de.themoep:minedown:1.7.1-SNAPSHOT' diff --git a/bungeecord/build.gradle b/bungeecord/build.gradle index 71ad3f46..313538cb 100644 --- a/bungeecord/build.gradle +++ b/bungeecord/build.gradle @@ -2,7 +2,7 @@ dependencies { compileOnly project(':common') implementation project(path: ':common', configuration: 'shadow') - compileOnly 'redis.clients:jedis:4.0.0' + compileOnly 'redis.clients:jedis:3.7.1' implementation 'org.bstats:bstats-bungeecord:2.2.1' implementation 'de.themoep:minedown:1.7.1-SNAPSHOT' implementation 'net.byteflux:libby-bungee:1.1.5' diff --git a/common/build.gradle b/common/build.gradle index 26bb3ae8..7a93181d 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -1,5 +1,5 @@ dependencies { - implementation 'redis.clients:jedis:4.0.0' + implementation 'redis.clients:jedis:3.7.1' implementation 'com.zaxxer:HikariCP:5.0.0' } diff --git a/velocity/build.gradle b/velocity/build.gradle index 8b545f44..06666d8d 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -2,7 +2,7 @@ dependencies { compileOnly project(':common') implementation project(path: ':common', configuration: 'shadow') - compileOnly 'redis.clients:jedis:4.0.0' + compileOnly 'redis.clients:jedis:3.7.1' implementation 'org.bstats:bstats-velocity:2.2.1' implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT' implementation 'net.byteflux:libby-velocity:1.1.5'