Skip to content

Commit

Permalink
Upgrade java to 17 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Dec 30, 2023
1 parent 329234d commit 10555f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion debezium-server-iceberg-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@
<!-- Iceberg -->
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-spark-runtime-3.3_2.13</artifactId>
<artifactId>iceberg-spark-runtime-3.5_2.13</artifactId>
<version>${version.iceberg}</version>
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-spark-extensions-3.5_2.13</artifactId>
<version>${version.iceberg}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 10555f2

Please sign in to comment.