Skip to content

Commit

Permalink
Bump version.debezium from 3.0.6.Final to 3.0.7.Final (#474)
Browse files Browse the repository at this point in the history
Bumps `version.debezium` from 3.0.6.Final to 3.0.7.Final.

Updates `io.debezium:debezium-server-bom` from 3.0.6.Final to 3.0.7.Final

Updates `io.debezium:debezium-bom` from 3.0.6.Final to 3.0.7.Final
- [Changelog](https://github.com/debezium/debezium/blob/main/CHANGELOG.md)
- [Commits](debezium/debezium@v3.0.6.Final...v3.0.7.Final)

Updates `io.debezium:debezium-connector-postgres` from 3.0.6.Final to 3.0.7.Final

Updates `io.debezium:debezium-connector-mysql` from 3.0.6.Final to 3.0.7.Final

Updates `io.debezium:debezium-connector-mongodb` from 3.0.6.Final to 3.0.7.Final

---
updated-dependencies:
- dependency-name: io.debezium:debezium-server-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-postgres
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-mysql
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-mongodb
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent af43581 commit 1b4fcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- NOTE: this is override by release process using CLI argument -->
<revision>0.0.1-SNAPSHOT</revision>
<!-- Debezium Version! NOTE: keep same as parent.version above! -->
<version.debezium>3.0.6.Final</version.debezium>
<version.debezium>3.0.7.Final</version.debezium>

<!-- Instruct the build to use only UTF-8 encoding for source code -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 1b4fcd8

Please sign in to comment.