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}