1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 11:22:33 +02:00

Downgrade jedis and h2

This commit is contained in:
Luck
2025-06-01 18:48:34 +01:00
parent 9538cb9dad
commit 8ab9910ef8
7 changed files with 36 additions and 304 deletions

View File

@@ -14,9 +14,9 @@ dependencies {
api 'net.minecrell:terminalconsoleappender:1.3.0'
api 'org.jline:jline-terminal-jansi:3.20.0'
api 'com.google.code.gson:gson:2.9.0'
api 'com.google.guava:guava:31.1-jre'
api 'io.netty:netty-all:4.1.93.Final'
api 'com.google.code.gson:gson:2.13.1'
api 'com.google.guava:guava:33.4.8-jre'
api 'io.netty:netty-all:4.2.1.Final'
api('net.kyori:adventure-api:4.21.0') {
exclude(module: 'adventure-bom')