Skip to content

Commit

Permalink
Upgrade iceberg from 1.7.0 to 1.7.1 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek authored Dec 17, 2024
1 parent 42cdb43 commit f6146dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debezium-server-iceberg-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${version.assembly.plugin}</version>
<version>3.7.1</version>
<executions>
<execution>
<id>default</id>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<maven.compiler.release>17</maven.compiler.release>
<skipITs>true</skipITs>

<version.assembly.plugin>3.7.1</version.assembly.plugin>
<version.iceberg>1.7.0</version.iceberg>
<!-- Iceberg -->
<version.iceberg>1.7.1</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 Down

0 comments on commit f6146dc

Please sign in to comment.