diff --git a/plugin/trino-iceberg/pom.xml b/plugin/trino-iceberg/pom.xml index d5cd1ad9159f..6a7c02a178c3 100644 --- a/plugin/trino-iceberg/pom.xml +++ b/plugin/trino-iceberg/pom.xml @@ -15,7 +15,7 @@ - 0.100.0 + 0.100.2 diff --git a/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/containers/NessieContainer.java b/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/containers/NessieContainer.java index ebe818e9a68c..b78f21c5f52f 100644 --- a/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/containers/NessieContainer.java +++ b/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/containers/NessieContainer.java @@ -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.100.0"; + public static final String DEFAULT_IMAGE = "ghcr.io/projectnessie/nessie:0.100.2"; public static final String DEFAULT_HOST_NAME = "nessie"; public static final String VERSION_STORE_TYPE = "IN_MEMORY"; diff --git a/pom.xml b/pom.xml index 0904ffc798ef..bd282730530f 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ 7.7.1 102 1.22 - 10.21.0 + 10.22.0 1.15.1 v22.11.0 10.9.0 @@ -302,7 +302,7 @@ org.testcontainers testcontainers-bom - 1.20.3 + 1.20.4 pom import @@ -310,7 +310,7 @@ software.amazon.awssdk bom - 2.29.16 + 2.29.18 pom import @@ -1581,7 +1581,7 @@ io.trino.benchto benchto-driver - 0.32 + 0.33 ch.qos.logback diff --git a/testing/trino-product-tests-launcher/src/main/java/io/trino/tests/product/launcher/env/environment/EnvSinglenodeSparkIcebergNessie.java b/testing/trino-product-tests-launcher/src/main/java/io/trino/tests/product/launcher/env/environment/EnvSinglenodeSparkIcebergNessie.java index aa6a9223a5b9..7118b6d97684 100644 --- a/testing/trino-product-tests-launcher/src/main/java/io/trino/tests/product/launcher/env/environment/EnvSinglenodeSparkIcebergNessie.java +++ b/testing/trino-product-tests-launcher/src/main/java/io/trino/tests/product/launcher/env/environment/EnvSinglenodeSparkIcebergNessie.java @@ -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.100.0"; + private static final String NESSIE_VERSION = "0.100.2"; private static final String SPARK = "spark"; private final DockerFiles dockerFiles;