deps: bump deps, update MineDown, close #270

feat/data-edit-commands
William 8 months ago
parent e19477aada
commit cd298af5ae
No known key found for this signature in database

@ -16,7 +16,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'commons-io:commons-io:2.16.0'
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 'com.zaxxer:HikariCP:5.1.0'
compileOnly 'net.william278:DesertWell:2.0.4'

@ -5,13 +5,13 @@ plugins {
dependencies {
api 'commons-io:commons-io:2.16.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 'com.google.code.gson:gson:2.10.1'
api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2'
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:PagineDown:1.1'
api('com.zaxxer:HikariCP:5.1.0') {
exclude module: 'slf4j-api'
}

@ -7,9 +7,9 @@ plugin_version=3.4.1
plugin_archive=husksync
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
mariadb_driver_version=3.3.2
postgres_driver_version=42.7.2
mongodb_driver_version=5.0.0
mariadb_driver_version=3.3.3
postgres_driver_version=42.7.3
mongodb_driver_version=5.0.1
snappy_version=1.1.10.5

Loading…
Cancel
Save