Skip to content

Commit

Permalink
fixing all protobuf java to be 3.25.5 (#1182)
Browse files Browse the repository at this point in the history
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy authored Dec 26, 2024
1 parent 6fd5a5a commit 5413bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<grpc.version>1.64.0</grpc.version>
<grpc.version>1.69.0</grpc.version>
<protobuf.version>3.25.5</protobuf.version>
<protocCommand>protoc</protocCommand>
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.14.4/dapr/proto</dapr.proto.baseurl>
Expand Down
4 changes: 2 additions & 2 deletions sdk-autogen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<protobuf.output.directory>${project.build.directory}/generated-sources</protobuf.output.directory>
<protobuf.input.directory>${project.build.directory}/proto</protobuf.input.directory>
<maven.deploy.skip>false</maven.deploy.skip>
<grpc.version>1.64.0</grpc.version>
<grpc.version>1.69.0</grpc.version>
<protocCommand>protoc</protocCommand>
<protobuf.version>3.25.0</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 5413bd0

Please sign in to comment.