Skip to content

fix(deps): upgrade io.debezium:debezium-connector-postgres to 3.4.2.Final#75

Open
snyk-io[bot] wants to merge 1 commit intomainfrom
snyk-upgrade-2b188e568c817aa8d8246761a67a23d9
Open

fix(deps): upgrade io.debezium:debezium-connector-postgres to 3.4.2.Final#75
snyk-io[bot] wants to merge 1 commit intomainfrom
snyk-upgrade-2b188e568c817aa8d8246761a67a23d9

Conversation

@snyk-io
Copy link
Copy Markdown
Contributor

@snyk-io snyk-io bot commented Mar 24, 2026

snyk-top-banner

Snyk has created this PR to upgrade io.debezium:debezium-connector-postgres from 3.0.8.Final to 3.4.2.Final.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 34 versions ahead of your current version.

  • The recommended version was released 22 days ago.

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

@snyk-io
Copy link
Copy Markdown
Contributor Author

snyk-io bot commented Mar 24, 2026

Merge Risk: Medium

This upgrade of the Debezium PostgreSQL connector introduces a significant runtime dependency change and a configuration deprecation.

Key Changes:

  • Java 17 Required: Releases from 3.2.x onwards require a Java 17 runtime environment. This is a breaking change for any systems currently running on older Java versions.
  • Configuration Property Deprecation: The flush.lsn.source property has been deprecated and replaced by the new lsn.flush.mode property, which was introduced in version 3.4.0 to provide more explicit control over LSN flushing behavior. While the old property may still function, it is recommended to migrate to the new configuration to avoid issues in future releases.
  • Potential SSL Behavior Change: Users should verify the default behavior of the database.sslmode property. In some recent Debezium versions, the default has changed from disable to prefer. If your PostgreSQL server does not have SSL enabled, this could lead to connection failures after the upgrade.

Recommendation:
Before upgrading, confirm that your runtime environment uses Java 17 or newer. Review your connector configuration and update the deprecated flush.lsn.source property to the new lsn.flush.mode setting. Test your database connection after the upgrade to ensure the SSL configuration is not causing issues.

Source: Release notes for Red Hat build of Debezium

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io snyk-io bot requested review from a team as code owners March 24, 2026 05:34
@snyk-io
Copy link
Copy Markdown
Contributor Author

snyk-io bot commented Mar 24, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants