Skip to content

Commit

Permalink
Upgrade debezium to 2.7.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed May 2, 2024
1 parent 0fb2463 commit 1894e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<!-- Instruct the build to use only UTF-8 encoding for source code -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<skipITs>true</skipITs>

<version.groovy>3.0.21</version.groovy>
Expand Down

0 comments on commit 1894e14

Please sign in to comment.