You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/03/21 02:25:28 UTC

[kylin] 01/02: KYLIN-3300 Upgrade jackson-databind

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit c649509c997d15dcaa283381c3f18eaef6095cbb
Author: shaofengshi <sh...@apache.org>
AuthorDate: Wed Mar 21 09:08:07 2018 +0800

    KYLIN-3300 Upgrade jackson-databind
    
    Signed-off-by: shaofengshi <sh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e67bf4..81dd751 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
         <commons-collections.version>3.2.2</commons-collections.version>
 
         <!-- Calcite deps, keep compatible with calcite.version -->
-        <jackson.version>2.6.3</jackson.version>
+        <jackson.version>2.6.7.1</jackson.version>
 
         <!-- Test Dependency versions -->
         <antlr.version>3.4</antlr.version>

-- 
To stop receiving notification emails like this one, please contact
shaofengshi@apache.org.