diff --git a/bukkit/build.gradle b/bukkit/build.gradle index e2c134ad..f56f17f6 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -8,7 +8,7 @@ plugins { dependencies { implementation project(path: ':common') - implementation 'net.william278.uniform:uniform-bukkit:1.3.3' + implementation 'net.william278.uniform:uniform-bukkit:1.3.4' implementation 'net.william278.uniform:uniform-paper:1.3.4' implementation 'net.william278.toilet:toilet-bukkit:1.0.13' implementation 'net.william278:mpdbdataconverter:1.0.1' @@ -21,11 +21,11 @@ dependencies { implementation 'de.tr7zw:item-nbt-api:2.15.0' compileOnly "io.papermc.paper:paper-api:${paper_api_version}" - compileOnly 'com.github.retrooper:packetevents-spigot:2.7.0' + compileOnly 'com.github.retrooper:packetevents-spigot:2.8.0' compileOnly 'com.github.dmulloy2:ProtocolLib:5.3.0' compileOnly 'org.projectlombok:lombok:1.18.38' compileOnly 'commons-io:commons-io:2.19.0' - compileOnly 'org.json:json:20250107' + compileOnly 'org.json:json:20250517' compileOnly 'net.william278:minedown:1.8.2' compileOnly 'de.exlll:configlib-yaml:4.6.1' compileOnly 'com.zaxxer:HikariCP:6.3.0' diff --git a/common/build.gradle b/common/build.gradle index 5bb33c43..1ab18741 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -7,8 +7,8 @@ dependencies { api 'org.apache.commons:commons-text:1.13.1' api 'net.william278:minedown:1.8.2' api 'net.william278:mapdataapi:2.0' - api 'org.json:json:20250107' - api 'com.google.code.gson:gson:2.13.0' + api 'org.json:json:20250517' + api 'com.google.code.gson:gson:2.13.1' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' api 'de.exlll:configlib-yaml:4.6.1' api 'net.william278:paginedown:1.1.2' @@ -19,7 +19,7 @@ dependencies { compileOnlyApi 'net.william278.toilet:toilet-common:1.0.13' - compileOnly 'net.william278.uniform:uniform-common:1.3.3' + compileOnly 'net.william278.uniform:uniform-common:1.3.4' compileOnly 'com.mojang:brigadier:1.1.8' compileOnly 'org.projectlombok:lombok:1.18.38' compileOnly 'org.jetbrains:annotations:26.0.2' diff --git a/fabric/build.gradle b/fabric/build.gradle index d5c04ead..5011f8bb 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -14,7 +14,7 @@ dependencies { modImplementation include("net.kyori:adventure-platform-fabric:${fabric_adventure_platform_version}") modImplementation include("me.lucko:fabric-permissions-api:${fabric_permissions_api_version}") modImplementation include("eu.pb4:sgui:${fabric_sgui_version}") - modImplementation include("net.william278.uniform:uniform-fabric:1.3.3+${project.name}") + modImplementation include("net.william278.uniform:uniform-fabric:1.3.4+${project.name}") modImplementation include("net.william278.toilet:toilet-fabric:1.0.13+${project.name}") modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}" diff --git a/gradle.properties b/gradle.properties index d0ca0df4..2a93b303 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.daemon=true javaVersion=21 # Plugin metadata -plugin_version=3.8.3 +plugin_version=3.8.4 plugin_archive=husksync plugin_description=A modern, cross-server player data synchronization system