Skip to content

Commit 5413bd0

Browse files
authored
fixing all protobuf java to be 3.25.5 (dapr#1182)
Signed-off-by: salaboy <[email protected]>
1 parent 6fd5a5a commit 5413bd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+1-1
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

+2-2
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)