This is an automated email from the ASF dual-hosted git repository. xiangfu 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 c32318360e Upgrading com.google.guava:guava from 30.1.1 to 32.0.1 to stay up to date and leverage the most recent improvements (#11115) c32318360e is described below commit c32318360e46a4030bfbff9d11f57b7fa0564397 Author: soumitra-st <127247229+soumitra...@users.noreply.github.com> AuthorDate: Sat Jul 15 15:27:06 2023 -0700 Upgrading com.google.guava:guava from 30.1.1 to 32.0.1 to stay up to date and leverage the most recent improvements (#11115) --- pinot-plugins/pinot-file-system/pinot-gcs/pom.xml | 10 ++++++++++ pom.xml | 2 +- 2 files changed, 11 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 d439f40306..88a5abdcda 100644 --- a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml @@ -56,6 +56,10 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> </exclusion> + <exclusion> + <groupId>com.google.j2objc</groupId> + <artifactId>j2objc-annotations</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -71,6 +75,12 @@ <groupId>com.google.http-client</groupId> <artifactId>google-http-client</artifactId> <version>1.36.0</version> + <exclusions> + <exclusion> + <groupId>com.google.j2objc</groupId> + <artifactId>j2objc-annotations</artifactId> + </exclusion> + </exclusions> </dependency> <!-- Due to dependency convergence issues with google cloud storage: https://github.com/googleapis/google-cloud-java/issues/4175 --> <dependency> diff --git a/pom.xml b/pom.xml index 0dac26e162..c575fa93d7 100644 --- a/pom.xml +++ b/pom.xml @@ -481,7 +481,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>30.1.1-jre</version> + <version>32.0.1-jre</version> <exclusions> <exclusion> <groupId>com.google.errorprone</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org