Skip to content

Commit 3aacaef

Browse files
Update dependency redis.clients:jedis to v4.4.5
1 parent 5e31e44 commit 3aacaef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SkyblockCore-Common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
annotationProcessor('org.projectlombok:lombok:1.18.28')
2121

2222
implementation 'com.google.guava:guava:32.1.1-jre'
23-
implementation 'redis.clients:jedis:4.4.3'
23+
implementation 'redis.clients:jedis:4.4.5'
2424

2525
implementation 'org.mongodb:mongodb-driver-sync:4.10.2'
2626
}

SkyblockCore-Spigot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
compileOnly('org.projectlombok:lombok:1.18.28')
5050
annotationProcessor('org.projectlombok:lombok:1.18.28')
5151

52-
compileOnly('redis.clients:jedis:4.4.3')
52+
compileOnly('redis.clients:jedis:4.4.5')
5353

5454
compileOnly('com.mojang:authlib:1.6.25')
5555

0 commit comments

Comments
 (0)