Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRPC 1.44.1 #420

Closed
ccjernigan opened this issue Mar 2, 2022 · 0 comments · Fixed by #424
Closed

GRPC 1.44.1 #420

ccjernigan opened this issue Mar 2, 2022 · 0 comments · Fixed by #424
Labels
enhancement New feature or request

Comments

@ccjernigan
Copy link
Contributor

For a Gradle dependency:

  1. Update the dependency version in the root gradle.properties
  2. Update the dependency locks
    1. For Gradle plugins: ./gradlew dependencies --write-locks
    2. For Gradle dependencies: ./gradlew resolveAll --write-locks
  3. Verify no unexpected entries appear in the lockfiles. A supply chain attack could occur during this stage. The lockfile narrows the supply chain attack window to this very moment (as opposed to every time a build occurs)
  4. Are there any new APIs or possible migrations for this dependency?
    1. This appears to have an Android-specific bug fix for apps that have been backgrounded and then brought to foreground again AndroidChannel fails to reconnect after block grpc/grpc-java#8850
@ccjernigan ccjernigan added the enhancement New feature or request label Mar 2, 2022
ccjernigan added a commit that referenced this issue Mar 2, 2022
@ccjernigan ccjernigan linked a pull request Mar 2, 2022 that will close this issue
13 tasks
ccjernigan added a commit that referenced this issue Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant