Skip to content

Comments

Bump grpc-netty to 1.75.0#2368

Merged
ihrasko merged 1 commit intoPANTHEONtech:22.xfrom
ihrasko:22.x-grpc-netty-1.75.0
Sep 19, 2025
Merged

Bump grpc-netty to 1.75.0#2368
ihrasko merged 1 commit intoPANTHEONtech:22.xfrom
ihrasko:22.x-grpc-netty-1.75.0

Conversation

@ihrasko
Copy link
Collaborator

@ihrasko ihrasko commented Sep 19, 2025

Snyk has created this PR to upgrade io.grpc:grpc-netty from 1.74.0 to 1.75.0.

https://github.com/grpc/grpc-java/releases/tag/v1.75.0

(cherry picked from commit cf76aa2)

Snyk has created this PR to upgrade io.grpc:grpc-netty
from 1.74.0 to 1.75.0.

https://github.com/grpc/grpc-java/releases/tag/v1.75.0
Signed-off-by: Ivan Hrasko <[email protected]>
(cherry picked from commit cf76aa2)
@gemini-code-assist
Copy link

Summary of Changes

Hello @ihrasko, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the gRPC Netty dependency to its latest stable version, 1.75.0. This upgrade ensures the project benefits from the most recent bug fixes, performance enhancements, and security patches provided by the gRPC team, maintaining compatibility and stability across the application.

Highlights

  • gRPC Dependency Upgrade: The io.grpc:grpc-netty dependency has been upgraded from version 1.74.0 to 1.75.0.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request, created by Snyk, upgrades the grpc.version from 1.74.0 to 1.75.0. The change is made in lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml by updating the corresponding property. The change is correct and sufficient for the intended purpose. I have added one suggestion regarding Maven dependency management best practices to improve long-term maintainability, which can be considered for future refactoring.

<properties>
<protobuf.version>3.25.8</protobuf.version>
<grpc.version>1.74.0</grpc.version>
<grpc.version>1.75.0</grpc.version>

Choose a reason for hiding this comment

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

medium

For improved long-term maintainability in a multi-module project, it's a best practice to centralize dependency versions in a parent POM. Instead of defining grpc.version in this submodule, consider moving it to the <properties> section of the parent lighty-parent/pom.xml. An even better approach would be to use a <dependencyManagement> section in the parent POM to manage all gRPC artifacts' versions. This ensures version consistency across all modules and simplifies future updates. While this refactoring is likely out of scope for this automated dependency upgrade, it's a recommended practice to consider for future work.

@ihrasko ihrasko merged commit e88d91e into PANTHEONtech:22.x Sep 19, 2025
6 checks passed
@ihrasko ihrasko deleted the 22.x-grpc-netty-1.75.0 branch September 19, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants