Skip to content

Commit

Permalink
Merge pull request #44 from IllusionTheDev/renovate/redis.clients-jed…
Browse files Browse the repository at this point in the history
…is-5.x

Update dependency redis.clients:jedis to v5
  • Loading branch information
IllusionTheDev authored Oct 11, 2023
2 parents 35a9360 + 4dda977 commit 1faadd3
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.30')

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

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.30')
annotationProcessor('org.projectlombok:lombok:1.18.30')

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

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

Expand Down

0 comments on commit 1faadd3

Please sign in to comment.