You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ar...@apache.org on 2019/01/28 15:52:54 UTC

[beam] branch master updated: [BEAM-4904] Update embedded Mongo to version 2.2.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 135a04b  [BEAM-4904] Update embedded Mongo to version 2.2.0
     new 72c7f38  Merge pull request #7647: [BEAM-4904] Update embedded Mongo to version 2.2.0
135a04b is described below

commit 135a04b3edd3b1dcd7e620c37370f993051b22dc
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Jan 28 10:31:56 2019 +0100

    [BEAM-4904] Update embedded Mongo to version 2.2.0
---
 sdks/java/io/mongodb/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/java/io/mongodb/build.gradle b/sdks/java/io/mongodb/build.gradle
index 9b0cd93..0efb1d5 100644
--- a/sdks/java/io/mongodb/build.gradle
+++ b/sdks/java/io/mongodb/build.gradle
@@ -37,6 +37,6 @@ dependencies {
   testCompile library.java.hamcrest_library
   testCompile project(path: ":beam-sdks-java-io-common", configuration: "shadow")
   testCompile project(path: ":beam-sdks-java-io-common", configuration: "shadowTest")
-  testCompile "de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.1.1"
-  testCompile "de.flapdoodle.embed:de.flapdoodle.embed.process:2.0.5"
+  testCompile "de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.2.0"
+  testCompile "de.flapdoodle.embed:de.flapdoodle.embed.process:2.1.2"
 }