You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by se...@apache.org on 2019/07/08 21:14:28 UTC

[calcite] branch master updated: CALCITE-3179: Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)

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

sereda 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 e8d598a  CALCITE-3179: Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)
e8d598a is described below

commit e8d598a434e8dbadaf756f8c57c748f4d7e16fdf
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Jul 8 09:06:46 2019 +0200

    CALCITE-3179: Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bc40caf..b18109b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,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.8</jackson.version>
+    <jackson.version>2.9.9</jackson.version>
     <janino.version>3.0.11</janino.version>
     <javacc-maven-plugin.version>2.4</javacc-maven-plugin.version>
     <java-diff.version>1.1.2</java-diff.version>