From 5a6ea2cffee4942073ec626b4b647e5a161807b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:45:37 +0000 Subject: [PATCH] deps: bump com.github.Exlll.ConfigLib:configlib-yaml (#251) Bumps [com.github.Exlll.ConfigLib:configlib-yaml](https://github.com/Exlll/ConfigLib) from v4.4.0 to v4.5.0. - [Release notes](https://github.com/Exlll/ConfigLib/releases) - [Commits](https://github.com/Exlll/ConfigLib/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: com.github.Exlll.ConfigLib:configlib-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bukkit/build.gradle | 2 +- common/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'