From 661775319dfb7eb5e60c3daa9d821579e8ed530f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:38:11 -0400 Subject: [PATCH] Bump org.kiwiproject:kiwi-bom from 2.0.14 to 2.0.15 (#301) * Bump org.kiwiproject:kiwi-bom from 2.0.14 to 2.0.15 Bumps [org.kiwiproject:kiwi-bom](https://github.com/kiwiproject/kiwi-bom) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/kiwiproject/kiwi-bom/releases) - [Commits](https://github.com/kiwiproject/kiwi-bom/compare/v2.0.14...v2.0.15) --- updated-dependencies: - dependency-name: org.kiwiproject:kiwi-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add commons-lang3, guava, and jackson-core as explicit dependencies During the upgrade to kiwi-bom 2.0.15, dropwizard-db removed a dependency on jackson, and we got a compilation failure. Went through the imports and added the libraries that are usually necessary. Closes #305 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Leberknight <174812+sleberknight@users.noreply.github.com> --- pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e959171..2dd44ec 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 4.4.0 - 2.0.14 + 2.0.15 3.6.1 @@ -70,6 +70,21 @@ + + org.apache.commons + commons-lang3 + + + + com.google.guava + guava + + + + com.fasterxml.jackson.core + jackson-core + + org.kiwiproject kiwi @@ -101,7 +116,7 @@ kiwi-test test - + ch.qos.logback logback-classic