jaketf edited a comment on issue #11151: [BEAM-9468] Hl7v2 io URL: https://github.com/apache/beam/pull/11151#issuecomment-612259919 @lukecwik would it be a reasonable compromise to introduce a `google_oauth_clients_verion`? If not I believe we are at an impass. Reasoning / Research / Background: - features in healthcare API making this PR possible require >=1.30.9 (healthcare api absolute minimum version is 1.30.8) - all deps under `com.google.apis` are updatable to 1.30.9 - the [two](https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/) [deps](https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client-java6/) under `com.google.oauth-client` have versions that stop at 1.30.6 - I have a suspicion that this 1.30.9 for `com.google.apis` is not even really related to the 1.30.6 for `com.google.oauth-clients` but an unfortunate naming convention similarity - see that 1.30.6 [oauth client updated fairly recently on 2020-03-05](https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.30.6/) and is required by the version of [bigdata.oss:gcsio 2.1.2](https://mvnrepository.com/artifact/com.google.cloud.bigdataoss/gcsio/2.1.2) we just updated to. I've prepared this in the latest commit 59dc3c2 to make this a concrete proposal to review / run pre/post commits on.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
