From d992ccec993938465b9a840ad1a6e1e8b85b4ae2 Mon Sep 17 00:00:00 2001 From: VitaliiMaltsev <39538064+VitaliiMaltsev@users.noreply.github.com> Date: Thu, 13 Jan 2022 17:09:01 +0200 Subject: [PATCH] Source Mongo DB: update docker image tag in source_specs,yaml (#9481) * fix for jdk 17 * Source Mongo: update docker image tag in source_specs.yaml Co-authored-by: vmaltsev --- airbyte-config/init/src/main/resources/seed/source_specs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index dd09676679a8..8a42a527dbb1 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -4382,7 +4382,7 @@ path_in_connector_config: - "credentials" - "client_secret" -- dockerImage: "airbyte/source-mongodb-v2:0.1.10" +- dockerImage: "airbyte/source-mongodb-v2:0.1.11" spec: documentationUrl: "https://docs.airbyte.io/integrations/sources/mongodb-v2" changelogUrl: "https://docs.airbyte.io/integrations/sources/mongodb-v2"