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

deps: bump deps, update MineDown, close #270

This commit is contained in:
William
2024-04-07 12:40:04 +01:00
parent e19477aada
commit cd298af5ae
3 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.32' compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'commons-io:commons-io:2.16.0' compileOnly 'commons-io:commons-io:2.16.0'
compileOnly 'org.json:json:20240303' compileOnly 'org.json:json:20240303'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'net.william278:minedown:1.8.2'
compileOnly 'de.exlll:configlib-yaml:4.5.0' compileOnly 'de.exlll:configlib-yaml:4.5.0'
compileOnly 'com.zaxxer:HikariCP:5.1.0' compileOnly 'com.zaxxer:HikariCP:5.1.0'
compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'net.william278:DesertWell:2.0.4'

View File

@@ -5,13 +5,13 @@ plugins {
dependencies { dependencies {
api 'commons-io:commons-io:2.16.0' api 'commons-io:commons-io:2.16.0'
api 'org.apache.commons:commons-text:1.11.0' api 'org.apache.commons:commons-text:1.11.0'
api 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' api 'net.william278:minedown:1.8.2'
api 'org.json:json:20240303' api 'org.json:json:20240303'
api 'com.google.code.gson:gson:2.10.1' api 'com.google.code.gson:gson:2.10.1'
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:DesertWell:2.0.4' api 'net.william278:DesertWell:2.0.4'
api 'net.william278:PagineDown:1.1'
api('com.zaxxer:HikariCP:5.1.0') { api('com.zaxxer:HikariCP:5.1.0') {
exclude module: 'slf4j-api' exclude module: 'slf4j-api'
} }

View File

@@ -7,9 +7,9 @@ plugin_version=3.4.1
plugin_archive=husksync plugin_archive=husksync
plugin_description=A modern, cross-server player data synchronization system plugin_description=A modern, cross-server player data synchronization system
jedis_version=5.1.0 jedis_version=5.1.2
mysql_driver_version=8.3.0 mysql_driver_version=8.3.0
mariadb_driver_version=3.3.2 mariadb_driver_version=3.3.3
postgres_driver_version=42.7.2 postgres_driver_version=42.7.3
mongodb_driver_version=5.0.0 mongodb_driver_version=5.0.1
snappy_version=1.1.10.5 snappy_version=1.1.10.5