Skip to content

chore(deps): Bump debezium-version from 3.5.0.Final to 3.5.1.Final#23241

Merged
davsclaus merged 1 commit into
mainfrom
dependabot/maven/debezium-version-3.5.1.Final
May 15, 2026
Merged

chore(deps): Bump debezium-version from 3.5.0.Final to 3.5.1.Final#23241
davsclaus merged 1 commit into
mainfrom
dependabot/maven/debezium-version-3.5.1.Final

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps debezium-version from 3.5.0.Final to 3.5.1.Final.
Updates io.debezium:debezium-api from 3.5.0.Final to 3.5.1.Final

Updates io.debezium:debezium-embedded from 3.5.0.Final to 3.5.1.Final

Updates io.debezium:debezium-storage-file from 3.5.0.Final to 3.5.1.Final

Updates io.debezium:debezium-connector-mysql from 3.5.0.Final to 3.5.1.Final

Updates io.debezium:debezium-connector-db2 from 3.5.0.Final to 3.5.1.Final

Commits
  • f87e856 [maven-release-plugin] prepare release v3.5.1.Final
  • c398deb [release] Stable parent 3.5.1.Final for release
  • 943e2a5 [release] New parent 3.6.0-SNAPSHOT for development
  • 11debf0 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.debezium:debezium-connector-mongodb from 3.5.0.Final to 3.5.1.Final

Updates io.debezium:debezium-connector-oracle from 3.5.0.Final to 3.5.1.Final

Updates io.debezium:debezium-connector-postgres from 3.5.0.Final to 3.5.1.Final

Updates io.debezium:debezium-connector-sqlserver from 3.5.0.Final to 3.5.1.Final

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `debezium-version` from 3.5.0.Final to 3.5.1.Final.

Updates `io.debezium:debezium-api` from 3.5.0.Final to 3.5.1.Final

Updates `io.debezium:debezium-embedded` from 3.5.0.Final to 3.5.1.Final

Updates `io.debezium:debezium-storage-file` from 3.5.0.Final to 3.5.1.Final

Updates `io.debezium:debezium-connector-mysql` from 3.5.0.Final to 3.5.1.Final

Updates `io.debezium:debezium-connector-db2` from 3.5.0.Final to 3.5.1.Final
- [Commits](debezium/debezium-connector-db2@v3.5.0.Final...v3.5.1.Final)

Updates `io.debezium:debezium-connector-mongodb` from 3.5.0.Final to 3.5.1.Final

Updates `io.debezium:debezium-connector-oracle` from 3.5.0.Final to 3.5.1.Final

Updates `io.debezium:debezium-connector-postgres` from 3.5.0.Final to 3.5.1.Final

Updates `io.debezium:debezium-connector-sqlserver` from 3.5.0.Final to 3.5.1.Final

---
updated-dependencies:
- dependency-name: io.debezium:debezium-api
  dependency-version: 3.5.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-embedded
  dependency-version: 3.5.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-storage-file
  dependency-version: 3.5.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-mysql
  dependency-version: 3.5.1.Final
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-db2
  dependency-version: 3.5.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-mongodb
  dependency-version: 3.5.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-oracle
  dependency-version: 3.5.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-postgres
  dependency-version: 3.5.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-sqlserver
  dependency-version: 3.5.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions
Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

POM dependency changes: targeted tests included

Changed properties: debezium-version

Modules affected by dependency changes (8)
  • :camel-debezium-common-parent
  • :camel-debezium-db2
  • :camel-debezium-maven-plugin
  • :camel-debezium-mongodb
  • :camel-debezium-mysql
  • :camel-debezium-oracle
  • :camel-debezium-postgres
  • :camel-debezium-sqlserver
All tested modules (9 modules)
  • Camel :: Debezium :: Common :: Parent
  • Camel :: Debezium :: DB2
  • Camel :: Debezium :: Maven Plugin
  • Camel :: Debezium :: MongoDB
  • Camel :: Debezium :: MySQL
  • Camel :: Debezium :: Oracle
  • Camel :: Debezium :: PostgreSQL
  • Camel :: Debezium :: SQL Server
  • Camel :: Parent

⚙️ View full build and test results

@davsclaus davsclaus merged commit d880bff into main May 15, 2026
5 of 6 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/debezium-version-3.5.1.Final branch May 15, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants