diff --git a/bukkit/build.gradle.kts b/bukkit/build.gradle.kts index f41f193..74f483a 100644 --- a/bukkit/build.gradle.kts +++ b/bukkit/build.gradle.kts @@ -5,7 +5,7 @@ plugins { dependencies { implementation("net.pistonmaster:PistonUtils:1.4.0") implementation("org.bstats:bstats-bukkit:3.1.0") - implementation("de.exlll:configlib-yaml:4.7.0") + implementation("de.exlll:configlib-yaml:4.8.0") compileOnly("net.dmulloy2:ProtocolLib:5.4.0") compileOnly("org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT") diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 354d7ed..9023eb1 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } dependencies { - api("de.exlll:configlib-yaml:4.7.0") + api("de.exlll:configlib-yaml:4.8.0") compileOnly("net.pistonmaster:pistonmotd-api:5.2.7") compileOnly("org.apiguardian:apiguardian-api:1.1.2") api("com.github.spotbugs:spotbugs-annotations:4.9.8")