DataflowTemplates icon indicating copy to clipboard operation
DataflowTemplates copied to clipboard

build(deps): bump debezium.version from 0.9.5.Final to 3.3.1.Final

Open dependabot[bot] opened this issue 2 months ago • 4 comments

Bumps debezium.version from 0.9.5.Final to 3.3.1.Final. Updates io.debezium:debezium-connector-mysql from 0.9.5.Final to 3.3.1.Final

Updates io.debezium:debezium-connector-postgres from 0.9.5.Final to 3.3.1.Final

Updates io.debezium:debezium-connector-sqlserver from 0.9.5.Final to 3.3.1.Final

Updates io.debezium:debezium-embedded from 0.9.5.Final to 3.3.1.Final

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Oct 22 '25 17:10 dependabot[bot]

@dependabot rebase

claudevdm avatar Nov 03 '25 17:11 claudevdm

@dependabot rebase

jrmccluskey avatar Nov 11 '25 14:11 jrmccluskey

@dependabot rebase

derrickaw avatar Dec 04 '25 14:12 derrickaw

From failing check

Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project cdc-embedded-connector: Compilation failure: Compilation failure: 
Error:  /home/runner/actions-runner/_work/DataflowTemplates/DataflowTemplates/v2/cdc-parent/cdc-embedded-connector/src/main/java/com/google/cloud/dataflow/cdc/connector/DebeziumToPubSubDataSender.java:[22,28] cannot find symbol
Error:    symbol:   class EmbeddedEngine
Error:    location: package io.debezium.embedded
Error:  /home/runner/actions-runner/_work/DataflowTemplates/DataflowTemplates/v2/cdc-parent/cdc-embedded-connector/src/main/java/com/google/cloud/dataflow/cdc/connector/DebeziumToPubSubDataSender.java:[25,38] cannot find symbol
Error:    symbol:   class FileDatabaseHistory
Error:    location: package io.debezium.relational.history
Error:  /home/runner/actions-runner/_work/DataflowTemplates/DataflowTemplates/v2/cdc-parent/cdc-embedded-connector/src/main/java/com/google/cloud/dataflow/cdc/connector/DebeziumToPubSubDataSender.java:[26,38] cannot find symbol
Error:    symbol:   class MemoryDatabaseHistory
Error:    location: package io.debezium.relational.history
Error:  /home/runner/actions-runner/_work/DataflowTemplates/DataflowTemplates/v2/cdc-parent/cdc-embedded-connector/src/main/java/com/google/cloud/dataflow/cdc/connector/DebeziumToPubSubDataSender.java:[77,11] cannot find symbol
Error:    symbol:   class EmbeddedEngine
Error:    location: class com.google.cloud.dataflow.cdc.connector.DebeziumToPubSubDataSender
Error:  /home/runner/actions-runner/_work/DataflowTemplates/DataflowTemplates/v2/cdc-parent/cdc-embedded-connector/src/main/java/com/google/cloud/dataflow/cdc/connector/PubSubChangeConsumer.java:[26,28] cannot find symbol
Error:    symbol:   class EmbeddedEngine
Error:    location: package io.debezium.embedded
Error:  /home/runner/actions-runner/_work/DataflowTemplates/DataflowTemplates/v2/cdc-parent/cdc-embedded-connector/src/main/java/com/google/cloud/dataflow/cdc/connector/PubSubChangeConsumer.java:[27,43] package io.debezium.embedded.EmbeddedEngine does not exist
Error:  /home/runner/actions-runner/_work/DataflowTemplates/DataflowTemplates/v2/cdc-parent/cdc-embedded-connector/src/main/java/com/google/cloud/dataflow/cdc/connector/PubSubChangeConsumer.java:[43,60] package EmbeddedEngine does not exist
Error:  /home/runner/actions-runner/_work/DataflowTemplates/DataflowTemplates/v2/cdc-parent/cdc-embedded-connector/src/main/java/com/google/cloud/dataflow/cdc/connector/PubSubChangeConsumer.java:[103,55] cannot find symbol
Error:    symbol:   class RecordCommitter
Error:    location: class com.google.cloud.dataflow.cdc.connector.PubSubChangeConsumer
Error:  -> [Help 1]

claudevdm avatar Dec 08 '25 15:12 claudevdm