We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e31e44 commit 3aacaefCopy full SHA for 3aacaef
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:4.4.5'
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.28')
50
51
52
- compileOnly('redis.clients:jedis:4.4.3')
+ compileOnly('redis.clients:jedis:4.4.5')
53
54
compileOnly('com.mojang:authlib:1.6.25')
55
0 commit comments