Skip to content

Commit 6ee22a5

Browse files
Upgrade Debezium to 3.5.0.Final
1 parent e93c8b1 commit 6ee22a5

File tree

6 files changed

+412
-359
lines changed

6 files changed

+412
-359
lines changed

extensions-support/debezium/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</dependency>
9494
<dependency>
9595
<groupId>io.debezium</groupId>
96-
<artifactId>debezium-core</artifactId>
96+
<artifactId>debezium-connector-common</artifactId>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.graalvm.sdk</groupId>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable camel branch on which our Antora docs depends -->
4747
<camel-kamelets.version>4.18.0</camel-kamelets.version>
4848
<cassandra-quarkus.version>1.4.1</cassandra-quarkus.version><!-- This should be in sync with quarkus-platform https://repo1.maven.org/maven2/com/datastax/oss/quarkus/cassandra-quarkus-bom/ -->
49-
<debezium.version>3.4.3.Final</debezium.version> <!-- This should be in sync with quarkus-platform https://github.com/quarkusio/quarkus-platform-->
49+
<debezium.version>3.5.0.Final</debezium.version> <!-- This should be in sync with quarkus-platform https://github.com/quarkusio/quarkus-platform-->
5050
<optaplanner.version>10.0.0</optaplanner.version><!-- This should be in sync with quarkus-platform https://repo1.maven.org/maven2/org/optaplanner/optaplanner-quarkus/ -->
5151
<quarkiverse-amazonservices.version>3.16.0</quarkiverse-amazonservices.version><!-- This should be in sync with quarkus-platform https://repo1.maven.org/maven2/io/quarkiverse/amazonservices/quarkus-amazon-services-parent/ -->
5252
<quarkiverse-artemis.version>3.14.1</quarkiverse-artemis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/artemis/quarkus-artemis-parent/ -->
@@ -134,6 +134,7 @@
134134
<jsch.version>2.27.6</jsch.version><!-- @sync io.quarkiverse.jsch:quarkus-jsch:${quarkiverse-jsch.version} dep:com.github.mwiede:jsch -->
135135
<json-path.version>${json-path-version}</json-path.version>
136136
<jedis-client.version>${jedis-client-version}</jedis-client.version>
137+
<json-schema-validator.version>${networknt-json-schema-validator-version}</json-schema-validator.version>
137138
<json-smart.version>${json-smart-version}</json-smart.version>
138139
<jxmpp.version>1.1.0</jxmpp.version><!-- @sync org.apache.camel:camel-xmpp:${camel.version} dep:org.jxmpp:jxmpp-jid -->
139140
<kafka.version>4.1.1</kafka.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.kafka:kafka-clients -->

poms/bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7532,6 +7532,12 @@
75327532
</exclusion>
75337533
</exclusions>
75347534
</dependency>
7535+
<!-- Force compile scope since debezium-bom declares json-schema-validator with test scope -->
7536+
<dependency>
7537+
<groupId>com.networknt</groupId>
7538+
<artifactId>json-schema-validator</artifactId>
7539+
<version>${json-schema-validator.version}</version>
7540+
</dependency>
75357541
<dependency>
75367542
<groupId>com.orbitz.consul</groupId>
75377543
<artifactId>consul-client</artifactId>

0 commit comments

Comments
 (0)