This is an automated email from the ASF dual-hosted git repository.
smarthi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/master by this push:
new fdcd3b1 [HUDI-680] Update Jackson databind to 2.6.7.3 (#1385)
fdcd3b1 is described below
commit fdcd3b18b63d54e4b468a62d92c27497398d67ac
Author: Aki Tanaka <[email protected]>
AuthorDate: Sat Mar 7 14:22:19 2020 -0800
[HUDI-680] Update Jackson databind to 2.6.7.3 (#1385)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8d45a9c..52d2ce0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>${fasterxml.version}.1</version>
+ <version>${fasterxml.version}.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>