From 759983b0009aecf93b159ef57f0dddfeb9225b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 19:44:02 +0100 Subject: [PATCH] deps: bump de.exlll:configlib-yaml from 4.5.0 to 4.6.1 (#508) Bumps [de.exlll:configlib-yaml](https://github.com/Exlll/ConfigLib) from 4.5.0 to 4.6.1. - [Release notes](https://github.com/Exlll/ConfigLib/releases) - [Commits](https://github.com/Exlll/ConfigLib/compare/v4.5.0...v4.6.1) --- updated-dependencies: - dependency-name: de.exlll:configlib-yaml dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 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'