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/06/29 20:08:48 UTC

[calcite] branch master updated: [CALCITE-3157] Mongo java driver upgrade: 3.5.0 -> 3.10.2

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 3301a32  [CALCITE-3157] Mongo java driver upgrade: 3.5.0 -> 3.10.2
3301a32 is described below

commit 3301a32273ccc325c7b0430d1695d496d5292509
Author: Andrei Sereda <25...@users.noreply.github.com>
AuthorDate: Sat Jun 29 15:47:43 2019 -0400

    [CALCITE-3157] Mongo java driver upgrade: 3.5.0 -> 3.10.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bd6b52e..bc40caf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@ limitations under the License.
     <maven-remote-resources-plugin.version>1.6.0</maven-remote-resources-plugin.version>
     <maven-scm-provider.version>1.10.0</maven-scm-provider.version>
     <mockito.version>2.22.0</mockito.version>
-    <mongo-java-driver.version>3.5.0</mongo-java-driver.version>
+    <mongo-java-driver.version>3.10.2</mongo-java-driver.version>
     <mysql-driver.version>5.1.20</mysql-driver.version>
     <natty.version>0.13</natty.version>
     <opencsv.version>2.3</opencsv.version>