This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 60e1cda PARQUET-1842: Update jackson-databind version (#785)
60e1cda is described below
commit 60e1cdab36d62ad175471a161df399911f7f71d6
Author: patrickofriel-wk <[email protected]>
AuthorDate: Wed Apr 22 14:48:33 2020 -0400
PARQUET-1842: Update jackson-databind version (#785)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9ef8081..cd94ef5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<jackson.groupId>com.fasterxml.jackson.core</jackson.groupId>
<jackson.package>com.fasterxml.jackson</jackson.package>
<jackson.version>2.9.10</jackson.version>
- <jackson-databind.version>2.9.10</jackson-databind.version>
+ <jackson-databind.version>2.9.10.4</jackson-databind.version>
<japicmp.version>0.14.2</japicmp.version>
<shade.prefix>shaded.parquet</shade.prefix>
<hadoop.version>2.7.3</hadoop.version>