deps: Upgrade google-http-client to v2.1.1#13578
Conversation
Update all references to com.google.http-client:google-http-client to v2.1.1. Fix a test in google-auth-library-java that was broken by a behavior change in GenericData.containsKey(). TAG=agy CONV=434bf939-537d-4929-a784-244f71a2b946
There was a problem hiding this comment.
Code Review
This pull request updates the google-http-client dependency version from 2.1.0 (and 1.47.1 in some modules) to 2.1.1 across several modules, including google-auth-library-java, grpc-gcp-java, java-bigquerystorage, and sdk-platform-java. Additionally, a test assertion in ServiceAccountCredentialsTest.java was updated to use assertNull(signature.getPayload().getAudience()) instead of checking for the absence of the 'aud' key. There are no review comments, so I have no feedback to provide.
|
|



Update all references to com.google.http-client:google-http-client to v2.1.1. Fix a test in google-auth-library-java that was broken by a behavior change in
GenericData.containsKey().