9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

build: bump deps

This commit is contained in:
William278
2025-04-16 18:12:09 +01:00
parent 436e85dada
commit cb49ab8d73
2 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ dependencies {
compileOnly 'com.github.retrooper:packetevents-spigot:2.7.0' compileOnly 'com.github.retrooper:packetevents-spigot:2.7.0'
compileOnly 'com.github.dmulloy2:ProtocolLib:5.3.0' compileOnly 'com.github.dmulloy2:ProtocolLib:5.3.0'
compileOnly 'org.projectlombok:lombok:1.18.38' compileOnly 'org.projectlombok:lombok:1.18.38'
compileOnly 'commons-io:commons-io:2.18.0' compileOnly 'commons-io:commons-io:2.19.0'
compileOnly 'org.json:json:20250107' compileOnly 'org.json:json:20250107'
compileOnly 'net.william278:minedown:1.8.2' compileOnly 'net.william278:minedown:1.8.2'
compileOnly 'de.exlll:configlib-yaml:4.5.0' compileOnly 'de.exlll:configlib-yaml:4.5.0'

View File

@@ -3,12 +3,12 @@ plugins {
} }
dependencies { dependencies {
api 'commons-io:commons-io:2.18.0' api 'commons-io:commons-io:2.19.0'
api 'org.apache.commons:commons-text:1.13.0' api 'org.apache.commons:commons-text:1.13.1'
api 'net.william278:minedown:1.8.2' api 'net.william278:minedown:1.8.2'
api 'net.william278:mapdataapi:2.0' api 'net.william278:mapdataapi:2.0'
api 'org.json:json:20250107' api 'org.json:json:20250107'
api 'com.google.code.gson:gson:2.12.1' api 'com.google.code.gson:gson:2.13.0'
api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2'
api 'de.exlll:configlib-yaml:4.5.0' api 'de.exlll:configlib-yaml:4.5.0'
api 'net.william278:paginedown:1.1.2' api 'net.william278:paginedown:1.1.2'
@@ -23,9 +23,9 @@ dependencies {
compileOnly 'com.mojang:brigadier:1.1.8' compileOnly 'com.mojang:brigadier:1.1.8'
compileOnly 'org.projectlombok:lombok:1.18.38' compileOnly 'org.projectlombok:lombok:1.18.38'
compileOnly 'org.jetbrains:annotations:26.0.2' compileOnly 'org.jetbrains:annotations:26.0.2'
compileOnly 'net.kyori:adventure-api:4.19.0' compileOnly 'net.kyori:adventure-api:4.20.0'
compileOnly 'net.kyori:adventure-platform-api:4.3.4' compileOnly 'net.kyori:adventure-platform-api:4.3.4'
compileOnly "net.kyori:adventure-text-serializer-plain:4.19.0" compileOnly "net.kyori:adventure-text-serializer-plain:4.20.0"
compileOnly 'com.google.guava:guava:33.4.6-jre' compileOnly 'com.google.guava:guava:33.4.6-jre'
compileOnly 'com.github.plan-player-analytics:Plan:5.5.2272' compileOnly 'com.github.plan-player-analytics:Plan:5.5.2272'
compileOnly "redis.clients:jedis:$jedis_version" compileOnly "redis.clients:jedis:$jedis_version"