Skip to content

Commit

Permalink
Update dependency redis.clients:jedis to v4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2023
1 parent 5e31e44 commit 3aacaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SkyblockCore-Common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
annotationProcessor('org.projectlombok:lombok:1.18.28')

implementation 'com.google.guava:guava:32.1.1-jre'
implementation 'redis.clients:jedis:4.4.3'
implementation 'redis.clients:jedis:4.4.5'

implementation 'org.mongodb:mongodb-driver-sync:4.10.2'
}
Expand Down
2 changes: 1 addition & 1 deletion SkyblockCore-Spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
compileOnly('org.projectlombok:lombok:1.18.28')
annotationProcessor('org.projectlombok:lombok:1.18.28')

compileOnly('redis.clients:jedis:4.4.3')
compileOnly('redis.clients:jedis:4.4.5')

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

Expand Down

0 comments on commit 3aacaef

Please sign in to comment.