Skip to content

Commit

Permalink
Update nessie to 0.92.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jul 18, 2024
1 parent 70fbc2d commit 02b5838
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/trino-iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<!-- Nessie version (compatible with Iceberg release) must be bumped along with Iceberg version bump to avoid compatibility issues -->
<dep.nessie.version>0.92.0</dep.nessie.version>
<dep.nessie.version>0.92.1</dep.nessie.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class NessieContainer
{
private static final Logger log = Logger.get(NessieContainer.class);

public static final String DEFAULT_IMAGE = "ghcr.io/projectnessie/nessie:0.92.0";
public static final String DEFAULT_IMAGE = "ghcr.io/projectnessie/nessie:0.92.1";
public static final String DEFAULT_HOST_NAME = "nessie";
public static final String VERSION_STORE_TYPE = "IN_MEMORY";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class EnvSinglenodeSparkIcebergNessie

private static final int SPARK_THRIFT_PORT = 10213;
private static final int NESSIE_PORT = 19120;
private static final String NESSIE_VERSION = "0.92.0";
private static final String NESSIE_VERSION = "0.92.1";
private static final String SPARK = "spark";

private final DockerFiles dockerFiles;
Expand Down

0 comments on commit 02b5838

Please sign in to comment.