Skip to content

Commit

Permalink
Upgrade iceberg-spark to use spark 3.3 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
racevedoo committed Oct 17, 2022
1 parent 5123a2b commit 2eaa4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debezium-server-iceberg-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- Iceberg -->
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-spark-runtime-3.2_2.13</artifactId>
<artifactId>iceberg-spark-runtime-3.3_2.13</artifactId>
<version>${version.iceberg}</version>
</dependency>
<!-- Google -->
Expand Down

0 comments on commit 2eaa4a9

Please sign in to comment.