Skip to content

Commit 4773552

Browse files
build(deps): bump iceberg.version from 1.10.2 to 1.11.0 (#344)
Co-authored-by: Ferenc Csaky <ferenc@datasqrl.com>
1 parent 1a63811 commit 4773552

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

flink-sql-runner/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
<dependency>
6969
<groupId>org.apache.iceberg</groupId>
70-
<artifactId>iceberg-flink-runtime-2.0</artifactId>
70+
<artifactId>iceberg-flink-runtime-2.1</artifactId>
7171
<version>${iceberg.version}</version>
7272
<scope>provided</scope>
7373
</dependency>
@@ -559,7 +559,7 @@
559559
<phase>prepare-package</phase>
560560
<configuration>
561561
<includeGroupIds>org.apache.iceberg</includeGroupIds>
562-
<includeArtifactIds>iceberg-flink-runtime-2.0</includeArtifactIds>
562+
<includeArtifactIds>iceberg-flink-runtime-2.1</includeArtifactIds>
563563
<outputDirectory>${project.build.directory}</outputDirectory>
564564
</configuration>
565565
</execution>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<commons-math3.version>3.6.1</commons-math3.version>
107107
<feign.version>13.5</feign.version>
108108
<hadoop.version>3.3.4</hadoop.version>
109-
<iceberg.version>1.10.2</iceberg.version>
109+
<iceberg.version>1.11.0</iceberg.version>
110110
<jackson.version>2.21.3</jackson.version>
111111
<jacoco.version>0.8.14</jacoco.version>
112112
<jdbi3.version>3.53.0</jdbi3.version>

stdlib/stdlib-iceberg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<dependency>
4747
<groupId>org.apache.iceberg</groupId>
48-
<artifactId>iceberg-flink-runtime-2.0</artifactId>
48+
<artifactId>iceberg-flink-runtime-2.1</artifactId>
4949
<version>${iceberg.version}</version>
5050
<scope>provided</scope>
5151
</dependency>

0 commit comments

Comments
 (0)