This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 53fbf88027 Bump com.google.cloud:libraries-bom from 26.43.0 to 26.44.0 (#13788) 53fbf88027 is described below commit 53fbf88027c47b3c6f7d1526576ba0bd257fe9d5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Aug 9 17:59:26 2024 -0700 Bump com.google.cloud:libraries-bom from 26.43.0 to 26.44.0 (#13788) --- pinot-plugins/pinot-file-system/pinot-gcs/pom.xml | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml index ec40620d2d..c61212713f 100644 --- a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml @@ -39,6 +39,12 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.google.cloud</groupId> diff --git a/pom.xml b/pom.xml index e9ffc64c15..c43e8ea314 100644 --- a/pom.xml +++ b/pom.xml @@ -230,7 +230,7 @@ <!-- Google Libraries --> <protobuf.version>3.25.3</protobuf.version> <grpc.version>1.66.0</grpc.version> - <google.cloud.libraries.version>26.43.0</google.cloud.libraries.version> + <google.cloud.libraries.version>26.44.0</google.cloud.libraries.version> <google.auto-service.version>1.1.1</google.auto-service.version> <google.re2j.version>1.7</google.re2j.version> <google.errorprone.version>2.29.2</google.errorprone.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org