From 43d0975b68ba89c09dc14f6952b47f38906d7aae Mon Sep 17 00:00:00 2001
From: Jim Simon <69976592+jimsimon-wk@users.noreply.github.com>
Date: Thu, 15 Jul 2021 18:36:33 -0400
Subject: [PATCH] Upgrade jackson databind 2.10.0 -> 2.10.5.1
---
airbase/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/airbase/pom.xml b/airbase/pom.xml
index 450b133ca..ed92e364f 100644
--- a/airbase/pom.xml
+++ b/airbase/pom.xml
@@ -181,7 +181,8 @@
2.0.1.Final
3.1.0
2.0.0
- 2.10.0
+ 2.10.5
+ 2.10.5.1
1.19
3.2.5
2.9.9
@@ -1133,7 +1134,7 @@
com.fasterxml.jackson.core
jackson-databind
- ${dep.jackson.version}
+ ${dep.jackson.databind.version}