Skip to content

Commit

Permalink
Merge pull request #616 from Altinity/revert_debezium_version_2_0_2
Browse files Browse the repository at this point in the history
Revert back debezium version to 2.5.0.Beta1
  • Loading branch information
subkanthi authored May 27, 2024
2 parents d6be2ff + 481ddbe commit 23a226c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sink-connector-lightweight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.target>17</maven.compiler.target>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.debezium>2.7.0.Alpha1</version.debezium>
<version.debezium>2.5.0.Beta1</version.debezium>
<version.junit>5.9.1</version.junit>
<version.testcontainers>1.19.1</version.testcontainers>
<version.checkstyle.plugin>3.1.1</version.checkstyle.plugin>
Expand Down
2 changes: 1 addition & 1 deletion sink-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-core</artifactId>
<version>2.7.0.Alpha1</version>
<version>2.5.0.Beta1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 23a226c

Please sign in to comment.