Skip to content

Commit 385d7f2

Browse files
authored
return to debezium 3.1.2 with postgres 42.6.1 (#74273)
1 parent 1b7676f commit 385d7f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ airbyteBulkConnector {
1515

1616
dependencies {
1717
implementation 'com.azure:azure-identity:1.17.0'
18-
19-
api platform('io.debezium:debezium-bom:3.4.1.Final')
20-
18+
// version specified by the debezium bom dependency in the cdc toolkit
2119
implementation 'io.debezium:debezium-connector-postgres'
2220
// Use Postgres JDBC driver version specified by Debezium
2321
implementation 'org.postgresql:postgresql'

0 commit comments

Comments
 (0)