From 1378c1efdef5f75c284bacceb7c31e138fe7d7cc Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Sat, 2 Dec 2023 22:41:24 +0100 Subject: [PATCH] Refactor GRPC integration tests maven version configuration (#3158) * Use same GRPC version for SCG runtime and proto code generation. * The protobuf compiler version is set with a version to help bumping. --- spring-cloud-gateway-integration-tests/grpc/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-cloud-gateway-integration-tests/grpc/pom.xml b/spring-cloud-gateway-integration-tests/grpc/pom.xml index 99d52d3a..38cffc0b 100644 --- a/spring-cloud-gateway-integration-tests/grpc/pom.xml +++ b/spring-cloud-gateway-integration-tests/grpc/pom.xml @@ -11,6 +11,7 @@ Spring Cloud Gateway gRPC Integration Test + 3.25.1 1.47.1 @@ -97,7 +98,7 @@ kr.motd.maven os-maven-plugin - 1.6.2 + 1.7.1 @@ -112,9 +113,9 @@ protobuf-maven-plugin 0.6.1 - com.google.protobuf:protoc:3.19.4:exe:${os.detected.classifier} + com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} grpc-java - io.grpc:protoc-gen-grpc-java:1.44.0:exe:${os.detected.classifier} + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}