diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 3df49e5a..673c18d7 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -27,7 +27,7 @@ dependencies { compileOnly 'commons-io:commons-io:2.19.0' compileOnly 'org.json:json:20250107' compileOnly 'net.william278:minedown:1.8.2' - compileOnly 'de.exlll:configlib-yaml:4.5.0' + compileOnly 'de.exlll:configlib-yaml:4.6.1' compileOnly 'com.zaxxer:HikariCP:6.3.0' compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'net.william278:AdvancementAPI:97a9583413' diff --git a/common/build.gradle b/common/build.gradle index e0e2d002..749307b0 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,7 +10,7 @@ dependencies { api 'org.json:json:20250107' api 'com.google.code.gson:gson:2.13.0' 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.6.1' api 'net.william278:paginedown:1.1.2' api 'net.william278:DesertWell:2.0.4' api('com.zaxxer:HikariCP:6.3.0') { @@ -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.5.2272' - testCompileOnly 'de.exlll:configlib-yaml:4.5.0' + testCompileOnly 'de.exlll:configlib-yaml:4.6.1' testCompileOnly 'org.jetbrains:annotations:26.0.2' annotationProcessor 'org.projectlombok:lombok:1.18.38'