jnsimon opened a new issue, #22843: URL: https://github.com/apache/beam/issues/22843
### What needs to happen? Google libraries have started a switch to v2 of their API client library. When using org.apache.beam:beam-runners-google-cloud-dataflow-java with Google Cloud Storage ([com.google.cloud:google-cloud-storage:2.11.0+](https://search.maven.org/artifact/com.google.cloud/google-cloud-storage)) for example, it creates a dependency conflict. This will prevent updating Google Cloud libraries in a beam/dataflow project until beam-runners-google-cloud-dataflow-java works with the later google-api-client. ### Current google-api-client dependencies: [org.apache.beam:beam-runners-google-cloud-dataflow-java:2.41.0](https://search.maven.org/artifact/org.apache.beam/beam-runners-google-cloud-dataflow-java/2.41.0/jar) ``` <groupId>com.google.api-client</groupId> <artifactId>google-api-client</artifactId> <version>1.32.1</version> ``` [com.google.cloud:google-cloud-storage:2.11.3](https://search.maven.org/artifact/com.google.cloud/google-cloud-storage/2.11.3/jar) ``` <groupId>com.google.api-client</groupId> <artifactId>google-api-client</artifactId> <version>2.0.0</version> ``` ### Issue Priority Priority: 2 ### Issue Component Component: runner-dataflow -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
