From 9dc4d6afc4901254479fa7cfdbe0c800125d7c8e Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Tue, 10 Oct 2023 14:20:47 +0200 Subject: [PATCH 1/3] Update google cloud libraries to 26.24.0 --- plugin/trino-bigquery/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/trino-bigquery/pom.xml b/plugin/trino-bigquery/pom.xml index 24ae6e526289..57de0ce3ccf0 100644 --- a/plugin/trino-bigquery/pom.xml +++ b/plugin/trino-bigquery/pom.xml @@ -22,7 +22,7 @@ com.google.cloud libraries-bom - 26.23.0 + 26.24.0 pom import From 4e690fcc7b77333980c23f57628acdef9a3b26e3 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Tue, 10 Oct 2023 14:25:38 +0200 Subject: [PATCH 2/3] Move google cloud libraries-bom to root pom It's easier to update and maintain if all imported boms are in the single place --- plugin/trino-bigquery/pom.xml | 8 -------- pom.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugin/trino-bigquery/pom.xml b/plugin/trino-bigquery/pom.xml index 57de0ce3ccf0..c0979dd60cfa 100644 --- a/plugin/trino-bigquery/pom.xml +++ b/plugin/trino-bigquery/pom.xml @@ -19,14 +19,6 @@ - - com.google.cloud - libraries-bom - 26.24.0 - pom - import - - io.opencensus opencensus-api diff --git a/pom.xml b/pom.xml index a311ca4dbe41..75c746590c0f 100644 --- a/pom.xml +++ b/pom.xml @@ -226,6 +226,14 @@ import + + com.google.cloud + libraries-bom + 26.24.0 + pom + import + + com.squareup.okhttp3 okhttp-bom From 83c6ddd67930776aee0dce41bccc75785ab292cc Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Tue, 10 Oct 2023 14:26:19 +0200 Subject: [PATCH 3/3] Remove redundant empty line --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75c746590c0f..dd9e114b206a 100644 --- a/pom.xml +++ b/pom.xml @@ -217,7 +217,6 @@ - com.azure azure-sdk-bom