diff --git a/bukkit/build.gradle b/bukkit/build.gradle index aca2153a..f3f37339 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -27,7 +27,7 @@ dependencies { compileOnly 'commons-io:commons-io:2.21.0' compileOnly 'org.json:json:20250517' compileOnly 'net.william278:minedown:1.8.2' - compileOnly 'de.exlll:configlib-yaml:4.6.3' + compileOnly 'de.exlll:configlib-yaml:4.6.4' compileOnly 'com.zaxxer:HikariCP:7.0.2' compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'net.william278:AdvancementAPI:97a9583413' diff --git a/common/build.gradle b/common/build.gradle index 4a89c9f1..197bca83 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,7 +10,7 @@ dependencies { api 'org.json:json:20250517' api 'com.google.code.gson:gson:2.13.2' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' - api 'de.exlll:configlib-yaml:4.6.3' + api 'de.exlll:configlib-yaml:4.6.4' api 'net.william278:paginedown:1.1.2' api 'net.william278:DesertWell:2.0.4' api('com.zaxxer:HikariCP:7.0.2') { @@ -39,7 +39,7 @@ dependencies { testImplementation "org.xerial.snappy:snappy-java:$snappy_version" testImplementation 'com.google.guava:guava:33.4.8-jre' testImplementation 'com.github.plan-player-analytics:Plan:5.6.2965' - testCompileOnly 'de.exlll:configlib-yaml:4.6.3' + testCompileOnly 'de.exlll:configlib-yaml:4.6.4' testCompileOnly 'org.jetbrains:annotations:26.0.2' annotationProcessor 'org.projectlombok:lombok:1.18.42'