Skip to content

Commit 8314f61

Browse files
authored
Bump debezium in mssql to latest (#38042)
1 parent 813510a commit 8314f61

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-integrations/connectors/source-mssql/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ application {
2525

2626
dependencies {
2727
implementation 'com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre8'
28-
implementation 'io.debezium:debezium-embedded:2.4.0.Final'
29-
implementation 'io.debezium:debezium-connector-sqlserver:2.4.0.Final'
28+
implementation 'io.debezium:debezium-embedded:2.6.1.Final'
29+
implementation 'io.debezium:debezium-connector-sqlserver:2.6.1.Final'
3030
implementation 'org.codehaus.plexus:plexus-utils:3.4.2'
3131

3232
testFixturesImplementation 'org.testcontainers:mssqlserver:1.19.0'

airbyte-integrations/connectors/source-mssql/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
connectorSubtype: database
1010
connectorType: source
1111
definitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
12-
dockerImageTag: 4.0.19
12+
dockerImageTag: 4.0.20
1313
dockerRepository: airbyte/source-mssql
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/mssql
1515
githubIssueLabel: source-mssql

docs/integrations/sources/mssql.md

+1
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ WHERE actor_definition_id ='b5ea17b1-f170-46dc-bc31-cc744ca984c1' AND (configura
419419

420420
| Version | Date | Pull Request | Subject |
421421
|:--------|:-----------|:------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|
422+
| 4.0.20 | 2024-05-07 | [38042](https://github.com/airbytehq/airbyte/pull/38042) | Bump debezium version to latest. |
422423
| 4.0.19 | 2024-05-07 | [38029](https://github.com/airbytehq/airbyte/pull/38029) | Fix previous release. |
423424
| 4.0.18 | 2024-04-30 | [37451](https://github.com/airbytehq/airbyte/pull/37451) | Resumable full refresh read of tables. |
424425
| 4.0.17 | 2024-05-02 | [37781](https://github.com/airbytehq/airbyte/pull/37781) | Adopt latest CDK. |

0 commit comments

Comments
 (0)