Dependency Security issue CVE-2025-55163

You should update your version of `gRPC` your application uses to the latest.

For gradle that would be:
implementation ‘io.grpc:grpc-bom:1.75.0’

Depending on your build system it would be slightly different https://mvnrepository.com/artifact/io.grpc/grpc-bom/1.75.0

I will note this vulnerability does not apply to the Java SDK since the Java SDK is a client not a server, but most vulnerability detection tools don’t understand that distinction.