From 8e1b022bea540b638af7e83442468b9ac3024884 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 23 Jan 2024 11:17:46 -0500 Subject: [PATCH 1/2] deps: newer grpc-context to override old one --- google-http-client/pom.xml | 9 +++++++++ pom.xml | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml index ff9bb0e76..b76aa06df 100644 --- a/google-http-client/pom.xml +++ b/google-http-client/pom.xml @@ -147,6 +147,15 @@ com.google.j2objc j2objc-annotations + + + io.grpc + grpc-context + io.opencensus opencensus-api diff --git a/pom.xml b/pom.xml index c7c2f5c53..1e4b733be 100644 --- a/pom.xml +++ b/pom.xml @@ -238,6 +238,11 @@ j2objc-annotations 2.8 + + io.grpc + grpc-context + 1.60.1 + io.opencensus opencensus-api From 0f7ae4c635d072eafc748d429dfb2ab30bd0af07 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 23 Jan 2024 11:27:16 -0500 Subject: [PATCH 2/2] chore: ignoredUnusedDeclaredDependencies --- google-http-client/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml index b76aa06df..07456fcb5 100644 --- a/google-http-client/pom.xml +++ b/google-http-client/pom.xml @@ -21,9 +21,11 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.0 - io.opencensus:opencensus-impl + + io.opencensus:opencensus-impl + io.grpc:grpc-context +