Skip to content

Commit b95985f

Browse files
authored
Merge pull request #3919 from spring-cloud/dependabot/maven/4.2.x/grpc.version-1.68.3
2 parents 9ed96c0 + 17e6b87 commit b95985f

File tree

2 files changed

+2
-2
lines changed
  • spring-cloud-gateway-integration-tests/grpc
  • spring-cloud-gateway-server

2 files changed

+2
-2
lines changed

spring-cloud-gateway-integration-tests/grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<properties>
1414
<protoc.version>3.25.1</protoc.version>
15-
<grpc.version>1.68.1</grpc.version>
15+
<grpc.version>1.68.3</grpc.version>
1616
</properties>
1717

1818
<parent>

spring-cloud-gateway-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Spring Cloud Gateway Server</description>
1717
<properties>
1818
<main.basedir>${basedir}/..</main.basedir>
19-
<grpc.version>1.68.1</grpc.version>
19+
<grpc.version>1.68.3</grpc.version>
2020
</properties>
2121

2222
<dependencies>

0 commit comments

Comments
 (0)