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

build: general dependency bump

This commit is contained in:
William
2024-12-07 21:28:26 +00:00
parent 1820a810f4
commit e04c19acf5
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
dependencies { dependencies {
implementation project(path: ':common') implementation project(path: ':common')
implementation 'net.william278.uniform:uniform-bukkit:1.2.2' implementation 'net.william278.uniform:uniform-bukkit:1.2.3'
implementation 'net.william278:mpdbdataconverter:1.0.1' implementation 'net.william278:mpdbdataconverter:1.0.1'
implementation 'net.william278:hsldataconverter:1.0' implementation 'net.william278:hsldataconverter:1.0'
implementation 'net.william278:mapdataapi:2.0' implementation 'net.william278:mapdataapi:2.0'
@@ -13,7 +13,7 @@ dependencies {
compileOnly "org.spigotmc:spigot-api:${bukkit_spigot_api}" compileOnly "org.spigotmc:spigot-api:${bukkit_spigot_api}"
compileOnly 'com.github.retrooper.packetevents:spigot:2.3.0' compileOnly 'com.github.retrooper.packetevents:spigot:2.3.0'
compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0' compileOnly 'com.comphenix.protocol:ProtocolLib:5.3.0'
compileOnly 'org.projectlombok:lombok:1.18.36' compileOnly 'org.projectlombok:lombok:1.18.36'
compileOnly 'commons-io:commons-io:2.18.0' compileOnly 'commons-io:commons-io:2.18.0'
compileOnly 'org.json:json:20240303' compileOnly 'org.json:json:20240303'

View File

@@ -16,7 +16,7 @@ dependencies {
exclude module: 'slf4j-api' exclude module: 'slf4j-api'
} }
compileOnly 'net.william278.uniform:uniform-common:1.2.2' compileOnly 'net.william278.uniform:uniform-common:1.2.3'
compileOnly 'com.mojang:brigadier:1.1.8' compileOnly 'com.mojang:brigadier:1.1.8'
compileOnly 'org.projectlombok:lombok:1.18.36' compileOnly 'org.projectlombok:lombok:1.18.36'
compileOnly 'org.jetbrains:annotations:26.0.1' compileOnly 'org.jetbrains:annotations:26.0.1'

View File

@@ -18,7 +18,7 @@ dependencies {
modImplementation include("net.kyori:adventure-platform-fabric:${fabric_adventure_platform_version}") modImplementation include("net.kyori:adventure-platform-fabric:${fabric_adventure_platform_version}")
modImplementation include("me.lucko:fabric-permissions-api:${fabric_permissions_api_version}") modImplementation include("me.lucko:fabric-permissions-api:${fabric_permissions_api_version}")
modImplementation include("eu.pb4:sgui:${fabric_sgui_version}") modImplementation include("eu.pb4:sgui:${fabric_sgui_version}")
modImplementation include('net.william278.uniform:uniform-fabric:1.2.2+1.21.3') modImplementation include("net.william278.uniform:uniform-fabric:1.2.3+${minecraft_version}")
modCompileOnly "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}" modCompileOnly "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}"
implementation include('org.apache.commons:commons-pool2:2.12.0') implementation include('org.apache.commons:commons-pool2:2.12.0')

View File

@@ -12,10 +12,10 @@ plugin_description=A modern, cross-server player data synchronization system
# Drivers # Drivers
jedis_version=5.2.0 jedis_version=5.2.0
mysql_driver_version=9.1.0 mysql_driver_version=9.1.0
mariadb_driver_version=3.5.0 mariadb_driver_version=3.5.1
postgres_driver_version=42.7.3 postgres_driver_version=42.7.4
mongodb_driver_version=5.1.2 mongodb_driver_version=5.2.1
snappy_version=1.1.10.6 snappy_version=1.1.10.7
# Spigot/Paper build settings # Spigot/Paper build settings
bukkit_spigot_api=1.21.4-R0.1-SNAPSHOT bukkit_spigot_api=1.21.4-R0.1-SNAPSHOT