This is an automated email from the ASF dual-hosted git repository.
sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new db24793 ATLAS-3452 Update jackson.databind.version to 2.10.0
db24793 is described below
commit db24793dbdc336973b366536b9b1f3fc2b269f14
Author: jajodia <[email protected]>
AuthorDate: Tue Oct 29 14:30:44 2019 -0700
ATLAS-3452 Update jackson.databind.version to 2.10.0
Signed-off-by: Sarath Subramanian <[email protected]>
(cherry picked from commit 7aca24fb75beb48e9682cdc4988e5b6ac2ea1e90)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e96cf39..de303d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -692,7 +692,7 @@
<!-- Needed for hooks -->
<aopalliance.version>1.0</aopalliance.version>
<jackson.version>2.9.9</jackson.version>
- <jackson.databind.version>2.9.9.1</jackson.databind.version>
+ <jackson.databind.version>2.10.0</jackson.databind.version>
<!-- Apache commons -->
<commons-conf.version>1.10</commons-conf.version>