diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 3a7c8609..c2bb939d 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -17,7 +17,7 @@ dependencies { compileOnly 'commons-io:commons-io:2.15.1' compileOnly 'org.json:json:20240205' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' - compileOnly 'com.github.Exlll.ConfigLib:configlib-yaml:v4.4.0' + compileOnly 'com.github.Exlll.ConfigLib:configlib-yaml:v4.5.0' compileOnly 'com.zaxxer:HikariCP:5.1.0' compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'net.william278:AdvancementAPI:97a9583413' diff --git a/common/build.gradle b/common/build.gradle index aa6e9ae8..14ca9836 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -9,7 +9,7 @@ dependencies { api 'org.json:json:20240205' api 'com.google.code.gson:gson:2.10.1' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' - api 'com.github.Exlll.ConfigLib:configlib-yaml:v4.4.0' + api 'com.github.Exlll.ConfigLib:configlib-yaml:v4.5.0' api 'net.william278:DesertWell:2.0.4' api 'net.william278:PagineDown:1.1' api('com.zaxxer:HikariCP:5.1.0') { @@ -31,7 +31,7 @@ dependencies { testImplementation "org.xerial.snappy:snappy-java:$snappy_version" testImplementation 'com.google.guava:guava:33.0.0-jre' testImplementation 'com.github.plan-player-analytics:Plan:5.5.2272' - testCompileOnly 'com.github.Exlll.ConfigLib:configlib-yaml:v4.4.0' + testCompileOnly 'com.github.Exlll.ConfigLib:configlib-yaml:v4.5.0' testCompileOnly 'org.jetbrains:annotations:24.1.0' annotationProcessor 'org.projectlombok:lombok:1.18.30'