We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35a9360 + 4dda977 commit 1faadd3Copy full SHA for 1faadd3
SkyblockCore-Common/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
annotationProcessor('org.projectlombok:lombok:1.18.30')
21
22
implementation 'com.google.guava:guava:32.1.1-jre'
23
- implementation 'redis.clients:jedis:4.4.3'
+ implementation 'redis.clients:jedis:5.0.1'
24
25
implementation 'org.mongodb:mongodb-driver-sync:4.10.2'
26
}
SkyblockCore-Spigot/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
compileOnly('org.projectlombok:lombok:1.18.30')
50
51
52
- compileOnly('redis.clients:jedis:4.4.3')
+ compileOnly('redis.clients:jedis:5.0.1')
53
54
compileOnly('com.mojang:authlib:1.6.25')
55
0 commit comments