We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbc8cb commit 27e8b22Copy full SHA for 27e8b22
SkyblockCore-Common/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
annotationProcessor('org.projectlombok:lombok:1.18.28')
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.0'
24
25
implementation 'org.mongodb:mongodb-driver-sync:4.10.2'
26
}
SkyblockCore-Spigot/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
implementation('org.projectlombok:lombok:1.18.28')
50
51
52
53
54
implementation 'com.mojang:authlib:1.6.25'
55
0 commit comments