Skip to content

Commit a7daf18

Browse files
committed
Test Iceberg 1.10.0 snapshot
1 parent c7dc9a4 commit a7daf18

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

plugin/trino-iceberg/pom.xml

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

1616
<properties>
1717
<!-- Nessie version (compatible with Iceberg release) must be bumped along with Iceberg version bump to avoid compatibility issues -->
18-
<dep.nessie.version>0.103.5</dep.nessie.version>
18+
<dep.nessie.version>0.103.6</dep.nessie.version>
1919
</properties>
2020

2121
<dependencyManagement>

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<dep.gib.version>4.5.4</dep.gib.version>
197197
<dep.google.http.client.version>1.47.0</dep.google.http.client.version>
198198
<dep.httpcore5.version>5.3.4</dep.httpcore5.version>
199-
<dep.iceberg.version>1.9.0</dep.iceberg.version>
199+
<dep.iceberg.version>1.10.0-SNAPSHOT</dep.iceberg.version>
200200
<dep.jackson.version>2.19.0</dep.jackson.version>
201201
<dep.jna.version>5.17.0</dep.jna.version>
202202
<dep.jsonwebtoken.version>0.12.6</dep.jsonwebtoken.version>
@@ -2413,6 +2413,13 @@
24132413
</dependencies>
24142414
</dependencyManagement>
24152415

2416+
<repositories>
2417+
<repository>
2418+
<id>apache-snapshots</id>
2419+
<url>https://repository.apache.org/content/repositories/snapshots</url>
2420+
</repository>
2421+
</repositories>
2422+
24162423
<build>
24172424
<pluginManagement>
24182425
<plugins>

0 commit comments

Comments
 (0)