deps: Update gRPC-Java to v1.82.2 - #13877
Conversation
| consistent across modules in this repository --> | ||
| <javax.annotation-api.version>1.3.2</javax.annotation-api.version> | ||
| <grpc.version>1.81.0</grpc.version> | ||
| <grpc.version>1.82.2</grpc.version> |
There was a problem hiding this comment.
Can we upgrade gen code in the same PR?
| packaging: jar | ||
| - name: protoc-gen-java_grpc | ||
| version: 1.81.0 | ||
| version: 1.82.2 |
There was a problem hiding this comment.
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
There was a problem hiding this comment.
There was a problem hiding this comment.
If we want this PR to only contain gRPC changes, then I don't think this version of generation will work.
I will need regenerate again since the protos have // Protobuf Java Version: 4.33.2 in them. The nightly generation should overwrite it to be correct versions, but that will also show up as diffs again even after the nightly generation.
|
|



Result of running
librarian generate --all.This may also contain changes regenerated from googleapis proto changes. Might have been from the
go run github.com/googleapis/librarian/cmd/librarian@${V} update sources.googleapiscommand while following the playbook, but was running into librarian generation issues so I follow the steps to setup librarian first.Not sure how to "un-update the sources" from a local librarian install, but I don't think this generation should have an harm as it should have the updated sources.