From 07d43b9def47d5033144032d1cac75f06febaa81 Mon Sep 17 00:00:00 2001
From: xjin-Confluent <73140918+xjin-Confluent@users.noreply.github.com>
Date: Mon, 25 Apr 2022 18:16:10 -0700
Subject: [PATCH] Upgrade jackson related packages (#446)
Upgrade jackson related packages
---
pom.xml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index e2d70c4d74e..d54307406c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,9 +55,10 @@
3.1.12
3.1.12
8
- 2.10.5
- 2.10.5.20201202
- 2.11.4
+ 2.13.2
+ 2.13.2.2
+ 2.13.2.20220324
+ 2.13.2
2.8.5
30.1.1-jre
@@ -246,6 +247,11 @@
jackson-dataformat-cbor
${jackson.cbor.version}
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.databind.version}
+
org.apache.kafka