From ea4d3b800fc2ef440d1f5d6ee03c1a8fd90fdceb Mon Sep 17 00:00:00 2001
From: Steve Kim <86316075+sbSteveK@users.noreply.github.com>
Date: Mon, 24 Oct 2022 15:07:33 -0700
Subject: [PATCH] Update com.fasterxml.jackson.core dependency version (#189)
Update jackson-datablind dependency version.
---
aws-iot-device-sdk-java-samples/samples-pom.xml | 2 +-
aws-iot-device-sdk-java/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/aws-iot-device-sdk-java-samples/samples-pom.xml b/aws-iot-device-sdk-java-samples/samples-pom.xml
index 362f22f599..0879e8d01a 100644
--- a/aws-iot-device-sdk-java-samples/samples-pom.xml
+++ b/aws-iot-device-sdk-java-samples/samples-pom.xml
@@ -22,7 +22,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.4
+ 2.13.4.2
diff --git a/aws-iot-device-sdk-java/pom.xml b/aws-iot-device-sdk-java/pom.xml
index efc60017ff..91be69664b 100644
--- a/aws-iot-device-sdk-java/pom.xml
+++ b/aws-iot-device-sdk-java/pom.xml
@@ -33,7 +33,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.4
+ 2.13.4.2
org.eclipse.paho