We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfeebe commit 2386e43Copy full SHA for 2386e43
SkyblockCore-Common/build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
implementation('org.projectlombok:lombok:1.18.28')
20
annotationProcessor('org.projectlombok:lombok:1.18.28')
21
22
- implementation 'com.google.guava:guava:32.1.1-jre'
+ implementation 'com.google.guava:guava:32.1.2-jre'
23
implementation 'redis.clients:jedis:4.4.3'
24
25
implementation 'org.mongodb:mongodb-driver-sync:4.10.2'
0 commit comments