-
Notifications
You must be signed in to change notification settings - Fork 10
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
[risk=low][RW-14199] Bump some packages related to google-auth #9041
base: main
Are you sure you want to change the base?
Conversation
implementation 'com.google.api-client:google-api-client-appengine:2.5.0' | ||
implementation 'com.google.auth:google-auth-library-appengine:1.23.0' | ||
implementation 'com.google.auth:google-auth-library-oauth2-http:1.23.0' | ||
implementation 'com.google.api-client:google-api-client-appengine:2.7.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was mainly searching for "auth", seeing which packages were referenced in error messages, and trial and error.
e80cb19
to
5a9f7b4
Compare
GSON_VERSION = '2.10' | ||
HIBERNATE_VERSION = '6.5.2.Final' | ||
JACKSON_VERSION = '2.17.2' | ||
JACKSON_VERSION = '2.18.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also opportunistically bumping a few more packages
Part of our continued attempts to reliably run commands without seeing invalid_grant / JWT errors.
Tested locally, no apparent problems.
PR checklist
[risk=no|low|moderate|severe]
in the PR title as outlined in CONTRIBUTING.md.