deps: Downgrade google-http-client to v1.47.1 and google-api-java-client to v2.8.0#28713
deps: Downgrade google-http-client to v1.47.1 and google-api-java-client to v2.8.0#28713
Conversation
| @@ -6,7 +6,7 @@ | |||
| "baseClientLibrary": "2.8.1", | |||
There was a problem hiding this comment.
I think this needs to be downgraded as well, otherwise you may get transitive dependency of http-client.
There was a problem hiding this comment.
hmm, looks like baseClientLibrary is the only dep that is brought in from the generated client (
Not entirely sure what the httpClientLibrary variable is used for then. I guess I'll keep it as the old version as well then just in case
There was a problem hiding this comment.
@diegomarquezp Other than baseClientLibrary, do you know what other variables are used for?
There was a problem hiding this comment.
More than a few are not used. I believe they were meant for other dependencies, but now everything is managed from google-api-client, which contains versions for auth, jackson, etc.
I'll follow on this with a cleanup
No description provided.