This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 6221fc733650bb6b203241a10922053cae0f641f Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Mar 18 13:09:23 2022 +0000 Temporarilly manually update google-auth-library-credentials until gRPC is upgraded to 1.45.x --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca7873c..475a2c0 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ <fommil.netlib.core.version>1.1.2</fommil.netlib.core.version><!-- Mess in Weka transitive deps --> <github-api.version>1.111</github-api.version><!-- Used in a Groovy script bellow --> <google-native-image-support.version>0.8.0</google-native-image-support.version> - <google-auth-library-credentials.version>0.22.2</google-auth-library-credentials.version><!-- @sync io.grpc:grpc-auth:${grpc.version} dep:com.google.auth:google-auth-library-credentials --> + <google-auth-library-credentials.version>1.5.3</google-auth-library-credentials.version> <graalvm.version>21.3.1</graalvm.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.graalvm.nativeimage:svm --> <grpc.version>1.43.2</grpc.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:io.grpc:grpc-core --> <guice-servlet.version>4.0</guice-servlet.version><!-- Spark -->