Skip to content

Commit 3e54c52

Browse files
Merge branch 'master' into gh-1175
2 parents 6b2b42c + 5413bd0 commit 3e54c52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

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

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<grpc.version>1.64.0</grpc.version>
17+
<grpc.version>1.69.0</grpc.version>
1818
<protobuf.version>3.25.5</protobuf.version>
1919
<protocCommand>protoc</protocCommand>
2020
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.14.4/dapr/proto</dapr.proto.baseurl>

sdk-autogen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<protobuf.output.directory>${project.build.directory}/generated-sources</protobuf.output.directory>
2222
<protobuf.input.directory>${project.build.directory}/proto</protobuf.input.directory>
2323
<maven.deploy.skip>false</maven.deploy.skip>
24-
<grpc.version>1.64.0</grpc.version>
24+
<grpc.version>1.69.0</grpc.version>
2525
<protocCommand>protoc</protocCommand>
26-
<protobuf.version>3.25.0</protobuf.version>
26+
<protobuf.version>3.25.5</protobuf.version>
2727
</properties>
2828

2929
<dependencies>

0 commit comments

Comments
 (0)