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:02:11 UTC

[kylin] branch master updated: KYLIN-3300 Upgrade jackson-databind

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ec8186e  KYLIN-3300 Upgrade jackson-databind
ec8186e is described below

commit ec8186e52a152b033c00ed6befa7fa9edaae31a5
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 62ef1d8..d222ec1 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.