From f0ff9b219ab1c0f0ea92be955db20c0c3c3a93d9 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:21:22 +0200 Subject: [PATCH 01/12] Update s3mock-testcontainers to 3.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a5db2084d27..16bdd8e80436 100644 --- a/pom.xml +++ b/pom.xml @@ -328,7 +328,7 @@ com.adobe.testing s3mock-testcontainers - 3.10.1 + 3.11.0 From 14b4312f4c5dc4b571337131200db7d85e2cd4ca Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:21:45 +0200 Subject: [PATCH 02/12] Update Google Cloud SDK to 26.47.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 16bdd8e80436..26b001e77314 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ com.google.cloud libraries-bom - 26.46.0 + 26.47.0 pom import From e6ccf2dd25402443e00a4dab9608708f89f30c4e Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:22:33 +0200 Subject: [PATCH 03/12] Update oshi-core to 6.6.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 26b001e77314..3e39abcf1c7a 100644 --- a/pom.xml +++ b/pom.xml @@ -519,7 +519,7 @@ com.github.oshi oshi-core - 6.6.4 + 6.6.5 From 2baadcb7be24812151f6b670af52ece8d33e0a35 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:23:13 +0200 Subject: [PATCH 04/12] Update flyway to 10.18.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3e39abcf1c7a..2c6ecfa9ba93 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,7 @@ 7.5.1 100 1.22 - 10.18.1 + 10.18.2 1.15.1 v20.17.0 10.8.3 From c36281db9dc2c53ed414c85fb413dbde56e0087f Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:23:36 +0200 Subject: [PATCH 05/12] Update AWS SDK v2 to 2.28.11 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2c6ecfa9ba93..25d4bf88e0c1 100644 --- a/pom.xml +++ b/pom.xml @@ -320,7 +320,7 @@ software.amazon.awssdk bom - 2.28.7 + 2.28.11 pom import From 7aa88b45f685ae6039cd3ba20f4f71da20c3c518 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:24:15 +0200 Subject: [PATCH 06/12] Update jetbrains annotations to 25.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 25d4bf88e0c1..c06ae7d0b5ea 100644 --- a/pom.xml +++ b/pom.xml @@ -2250,7 +2250,7 @@ org.jetbrains annotations - 24.1.0 + 25.0.0 From 7fa3088ab8f97c7a03fc5b8a1d593283b783b7a5 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:24:47 +0200 Subject: [PATCH 07/12] Update google-sheets API to v4-rev20240917-2.0.0 --- plugin/trino-google-sheets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/trino-google-sheets/pom.xml b/plugin/trino-google-sheets/pom.xml index 70087b0b667d..d308a2a0eba7 100644 --- a/plugin/trino-google-sheets/pom.xml +++ b/plugin/trino-google-sheets/pom.xml @@ -46,7 +46,7 @@ com.google.apis google-api-services-sheets - v4-rev20240826-2.0.0 + v4-rev20240917-2.0.0 From 2b0885de25b0d00c17cda2421251511e2b802acf Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:25:15 +0200 Subject: [PATCH 08/12] Update mongodb to 5.2.0 --- plugin/trino-mongodb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/trino-mongodb/pom.xml b/plugin/trino-mongodb/pom.xml index 511a53655269..27e16e1b42eb 100644 --- a/plugin/trino-mongodb/pom.xml +++ b/plugin/trino-mongodb/pom.xml @@ -14,7 +14,7 @@ true - 5.1.4 + 5.2.0 From 6e33c9dc8f131263a234ad3909259a67bb1e9c98 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:25:43 +0200 Subject: [PATCH 09/12] Update lucene-analysis-common to 9.12.0 --- core/trino-main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trino-main/pom.xml b/core/trino-main/pom.xml index 1c5777877ba9..f448ed73bc4f 100644 --- a/core/trino-main/pom.xml +++ b/core/trino-main/pom.xml @@ -348,7 +348,7 @@ org.apache.lucene lucene-analysis-common - 9.11.1 + 9.12.0 From 3f3796fe5be9b578c64104589a42e3834fcaee4d Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:26:12 +0200 Subject: [PATCH 10/12] Update Jedis to 5.2.0 --- plugin/trino-redis/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/trino-redis/pom.xml b/plugin/trino-redis/pom.xml index baaabc4073be..90a1b5139e23 100644 --- a/plugin/trino-redis/pom.xml +++ b/plugin/trino-redis/pom.xml @@ -87,7 +87,7 @@ redis.clients jedis - 5.1.5 + 5.2.0 From 87b8af1fea35ad960685cd9e71701cec5c5b7a9f Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:26:57 +0200 Subject: [PATCH 11/12] Update nessie to 0.99.0 --- plugin/trino-iceberg/pom.xml | 2 +- .../io/trino/plugin/iceberg/containers/NessieContainer.java | 2 +- .../env/environment/EnvSinglenodeSparkIcebergNessie.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/trino-iceberg/pom.xml b/plugin/trino-iceberg/pom.xml index b94f82be6824..6cc0155e0b94 100644 --- a/plugin/trino-iceberg/pom.xml +++ b/plugin/trino-iceberg/pom.xml @@ -15,7 +15,7 @@ - 0.98.0 + 0.99.0 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 93ad9ac77c99..5528b81cc08f 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.98.0"; + public static final String DEFAULT_IMAGE = "ghcr.io/projectnessie/nessie:0.99.0"; public static final String DEFAULT_HOST_NAME = "nessie"; public static final String VERSION_STORE_TYPE = "IN_MEMORY"; 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 1d2cb4b62c15..fdb0d12cca66 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.98.0"; + private static final String NESSIE_VERSION = "0.99.0"; private static final String SPARK = "spark"; private final DockerFiles dockerFiles; From f6a2398a8511fb4f6d034e4b069ee03b95a9aba5 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 12:28:31 +0200 Subject: [PATCH 12/12] Update oauth2-oidc-sdk to 11.20 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c06ae7d0b5ea..e05d8642e40f 100644 --- a/pom.xml +++ b/pom.xml @@ -624,7 +624,7 @@ com.nimbusds oauth2-oidc-sdk - 11.19.1 + 11.20 jdk11