Skip to content

Commit

Permalink
Upgrade iceberg from 1.6.1 to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Nov 29, 2024
1 parent e8435db commit 9826274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version.assembly.plugin>3.7.1</version.assembly.plugin>
<!-- Use same version as iceberg https://github.com/apache/iceberg/blob/main/gradle/libs.versions.toml#L53-->
<version.jackson>2.14.2</version.jackson>
<version.iceberg>1.6.1</version.iceberg>
<version.iceberg>1.7.0</version.iceberg>
<!-- Following two properties defines which version of iceberg-spark-runtime is used -->
<!-- Example https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-spark-runtime-3.4_2.13/1.4.3 -->
<version.spark.major>4.0</version.spark.major>
Expand All @@ -46,7 +46,7 @@
<version.debezium>2.7.3.Final</version.debezium>
<version.mysql.driver>8.0.32</version.mysql.driver>
<!-- Quarkus -->
<version.quarkus>3.15.1</version.quarkus>
<version.quarkus>3.15.2</version.quarkus>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 9826274

Please sign in to comment.