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:22:06 UTC

[calcite-avatica] 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-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d20f24  CALCITE-3179: Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)
6d20f24 is described below

commit 6d20f24cae4c98185f4434ce5697ade86a759136
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Jul 8 09:08:41 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 0a116dd..846ac63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@ limitations under the License.
     <httpclient.version>4.5.6</httpclient.version>
     <httpcore.version>4.4.11</httpcore.version>
     <hydromatic-toolbox.version>0.3</hydromatic-toolbox.version>
-    <jackson.version>2.9.8</jackson.version>
+    <jackson.version>2.9.9</jackson.version>
     <!-- Default to html4 for JDK 8 but html5 on jdk9+ -->
     <javadoc-additionalOptions />
     <javadoc-link>https://docs.oracle.com/javase/8/docs/api/</javadoc-link>