diff --git a/pom.xml b/pom.xml index 3422ab5..32623ae 100644 --- a/pom.xml +++ b/pom.xml @@ -76,8 +76,9 @@ 6.1.14 4.1.113.Final - 3.25.5 1.63.2 + 3.25.5 + 2.46.0 3.3.4 @@ -404,6 +405,11 @@ pom import + + com.google.api.grpc + proto-google-common-protos + ${google-common-protos.version} + diff --git a/spring-grpc-core/pom.xml b/spring-grpc-core/pom.xml index 6b6f664..9cf5a9f 100644 --- a/spring-grpc-core/pom.xml +++ b/spring-grpc-core/pom.xml @@ -42,7 +42,26 @@ io.grpc grpc-protobuf + + + com.google.protobuf + protobuf-java + + + com.google.api.grpc + proto-google-common-protos + + + + com.google.protobuf + protobuf-java + + + com.google.api.grpc + proto-google-common-protos + + io.grpc grpc-stub diff --git a/spring-grpc-spring-boot-autoconfigure/pom.xml b/spring-grpc-spring-boot-autoconfigure/pom.xml index 0f5ca76..4bf1c0f 100644 --- a/spring-grpc-spring-boot-autoconfigure/pom.xml +++ b/spring-grpc-spring-boot-autoconfigure/pom.xml @@ -54,11 +54,6 @@ grpc-netty-shaded true - - com.google.protobuf - protobuf-java - true -