diff --git a/bukkit/build.gradle b/bukkit/build.gradle index a3c0133d..c7e42273 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -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' diff --git a/common/build.gradle b/common/build.gradle index 32788cf8..1ef9df44 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -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' } diff --git a/gradle.properties b/gradle.properties index 9fecd653..954dfa62 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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