You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by kr...@apache.org on 2019/03/12 17:44:23 UTC

[calcite] branch master updated: [CALCITE-2916] Upgrade jackson to 2.9.8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8f4a797  [CALCITE-2916] Upgrade jackson to 2.9.8
8f4a797 is described below

commit 8f4a79735078f025a35e5e83637bce99ca98f348
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Mar 12 12:40:14 2019 -0400

    [CALCITE-2916] Upgrade jackson to 2.9.8
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47bea20..c0fe226 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@ limitations under the License.
     <hydromatic-resource.version>0.6</hydromatic-resource.version>
     <hydromatic-toolbox.version>0.3</hydromatic-toolbox.version>
     <hydromatic-tpcds.version>0.4</hydromatic-tpcds.version>
-    <jackson.version>2.9.6</jackson.version>
+    <jackson.version>2.9.8</jackson.version>
     <janino.version>3.0.11</janino.version>
     <java-diff.version>1.1.2</java-diff.version>
     <javacc-maven-plugin.version>2.4</javacc-maven-plugin.version>