Skip to content

Commit f6146dc

Browse files
authored
Upgrade iceberg from 1.7.0 to 1.7.1 (#452)
1 parent 42cdb43 commit f6146dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debezium-server-iceberg-dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-assembly-plugin</artifactId>
146-
<version>${version.assembly.plugin}</version>
146+
<version>3.7.1</version>
147147
<executions>
148148
<execution>
149149
<id>default</id>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<maven.compiler.release>17</maven.compiler.release>
2828
<skipITs>true</skipITs>
2929

30-
<version.assembly.plugin>3.7.1</version.assembly.plugin>
31-
<version.iceberg>1.7.0</version.iceberg>
30+
<!-- Iceberg -->
31+
<version.iceberg>1.7.1</version.iceberg>
3232
<!-- Following two properties defines which version of iceberg-spark-runtime is used -->
3333
<!-- Example https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-spark-runtime-3.4_2.13/1.4.3 -->
3434
<version.spark.major>4.0</version.spark.major>

0 commit comments

Comments
 (0)