From 42613e61115ee11eb95dec4bd48054b557d66ec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:21:24 +0000 Subject: [PATCH] fix(deps): update eldoutil to v2.0.5 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 618931c..86dd3b4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,7 +14,7 @@ dependencyResolutionManagement { bundle("jackson-full", listOf("jackson-core", "jackson-databind", "jackson-annotations", "jackson-yaml")) bundle("jackson-lite", listOf("jackson-core", "jackson-databind", "jackson-annotations")) - version("eldoutil", "2.0.1") + version("eldoutil", "2.0.5") library("eldoutil-items","de.eldoria.util", "items").versionRef("eldoutil") library("eldoutil-entities","de.eldoria.util", "entities").versionRef("eldoutil") library("eldoutil-jackson","de.eldoria.util", "jackson-configuration").versionRef("eldoutil")