From 768a0e90b885deb20bc2cd990db703d7d061448a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2019 11:24:54 +0100
Subject: [PATCH] Bump jackson.version from 2.9.9 to 2.10.0 in /zoltar-bom
(#194)
---
examples/batch-predictor/pom.xml | 1 -
examples/custom-metrics/pom.xml | 1 -
examples/mlengine-example/pom.xml | 1 -
zoltar-bom/pom.xml | 7 ++++++-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/examples/batch-predictor/pom.xml b/examples/batch-predictor/pom.xml
index e7f20e4e..008508e9 100644
--- a/examples/batch-predictor/pom.xml
+++ b/examples/batch-predictor/pom.xml
@@ -17,7 +17,6 @@
true
warning
true
- 2.9.2
diff --git a/examples/custom-metrics/pom.xml b/examples/custom-metrics/pom.xml
index 2e31ff06..bfba9af2 100644
--- a/examples/custom-metrics/pom.xml
+++ b/examples/custom-metrics/pom.xml
@@ -17,7 +17,6 @@
true
warning
true
- 2.9.2
diff --git a/examples/mlengine-example/pom.xml b/examples/mlengine-example/pom.xml
index 9bbf3c6b..cbafc1df 100644
--- a/examples/mlengine-example/pom.xml
+++ b/examples/mlengine-example/pom.xml
@@ -16,7 +16,6 @@
true
warning
true
- 2.9.2
diff --git a/zoltar-bom/pom.xml b/zoltar-bom/pom.xml
index e0ceb0e9..a96c0ae6 100644
--- a/zoltar-bom/pom.xml
+++ b/zoltar-bom/pom.xml
@@ -21,7 +21,7 @@
3.9.1
1.23.0
4.1.38.Final
- 2.9.9
+ 2.10.0
28.1-jre
2.3.2
0.17.1
@@ -331,6 +331,11 @@
com.fasterxml.jackson.core
jackson-core
${jackson.version}
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_2.11
+ ${jackson.version}
com.thoughtworks.paranamer