Skip to content

Commit

Permalink
fix(deps): update eldoutil to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 62adb0e commit 044ed2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.3")
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")
Expand Down

0 comments on commit 044ed2b

Please sign in to comment.