diff --git a/settings.gradle.kts b/settings.gradle.kts index 618931c..0d50f55 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.6") 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")