Skip to content
Merged
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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects {
project.version = projectVersion

ext {
grpcVersion = '1.75.0'
grpcVersion = '1.74.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

high

Downgrading grpc-java to version 1.74.0 introduces a potential security risk. Version 1.75.0 may contain important security fixes that are not present in 1.74.0. This downgrade could leave the application vulnerable to known exploits that were addressed in the newer version.

protocVersion = '3.25.8'
picoCliVersion = '4.7.7'
guiceVersion = '5.1.0'
Expand Down