1
0
mirror of synced 2025-12-25 02:09:19 -05:00

update CDK to 0.4.1 (#32193)

This commit is contained in:
Stephane Geneix
2023-11-04 06:53:08 -07:00
committed by GitHub
parent dc85112fde
commit a2f8eec7f8
25 changed files with 25 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
airbyteJavaConnector {
cdkVersionRequired = '0.4.0'
cdkVersionRequired = '0.4.1'
features = ['db-sources']
useLocalCdk = false
}

View File

@@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: source
definitionId: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e
dockerImageTag: 1.0.5
dockerImageTag: 1.0.6
dockerRepository: airbyte/source-mongodb-v2
documentationUrl: https://docs.airbyte.com/integrations/sources/mongodb-v2
githubIssueLabel: source-mongodb-v2