Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<properties>
<protobuf.version>3.25.7</protobuf.version>
<grpc.version>1.72.0</grpc.version>
<grpc.version>1.73.0</grpc.version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Potential Version Incompatibility

Upgrading grpc.version to 1.73.0 without also verifying and potentially updating protobuf.version (currently 3.25.7 on line 28) can introduce runtime incompatibilities. gRPC and Protobuf versions are tightly coupled, and using mismatched versions can lead to errors like NoSuchMethodError.

It is highly recommended to check the gRPC-Java 1.73.0 release notes for the compatible Protobuf version and update the <protobuf.version> property accordingly to ensure stability.

</properties>

<dependencies>
Expand Down
Loading