9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-25 17:49:20 +00:00

Bump Jedis, fix status message missing a newline

This commit is contained in:
William
2022-01-19 13:55:03 +00:00
parent de3838873e
commit 6d31d28f47
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ dependencies {
compileOnly project(':common')
implementation project(path: ':common', configuration: 'shadow')
compileOnly 'redis.clients:jedis:3.7.1'
compileOnly 'redis.clients:jedis:4.0.1'
implementation 'org.bstats:bstats-bungeecord:2.2.1'
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'
implementation 'net.byteflux:libby-bungee:1.1.5'

View File

@@ -1,5 +1,5 @@
dependencies {
implementation 'redis.clients:jedis:3.7.1'
implementation 'redis.clients:jedis:4.0.1'
implementation 'com.zaxxer:HikariCP:5.0.1'
}

View File

@@ -23,7 +23,7 @@ public class MessageManager {
.append("[• Support Discord:](white) [[Link]](#00fb9a show_text=&7Click to join open_url=https://discord.gg/tVYhJfyDWG)");
public static StringBuilder PLUGIN_STATUS = new StringBuilder().append("[HuskSync](#00fb9a bold) [| Current system status:](#00fb9a)\n")
.append("[• Connected servers:](white) [%1%](#00fb9a)")
.append("[• Connected servers:](white) [%1%](#00fb9a)\n")
.append("[• Cached player data:](white) [%2%](#00fb9a)");
}

View File

@@ -2,7 +2,7 @@ dependencies {
compileOnly project(':common')
implementation project(path: ':common', configuration: 'shadow')
compileOnly 'redis.clients:jedis:3.7.1'
compileOnly 'redis.clients:jedis:4.0.1'
implementation 'org.bstats:bstats-velocity:2.2.1'
implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT'
implementation 'net.byteflux:libby-velocity:1.1.5'