GoogleCloudPlatform / appengine-gcs-client

App Engine-Cloud Storage custom client library
Apache License 2.0
124 stars 112 forks source link

Pin specific versions in pom.xml #72

Closed elharo closed 6 years ago

elharo commented 6 years ago

That is no version ranges. As I type this, customer builds and deploys are broken by a google-http-client push. This wouldn't have happened with specific pinned versions. See b/112072623

garrettjonesgoogle commented 6 years ago

Specifically the ranges like this are a problem: https://github.com/GoogleCloudPlatform/appengine-gcs-client/blob/master/java/pom.xml#L124

gebba commented 6 years ago

Experiencing the same problem, but I think this was already reported in #71

elharo commented 6 years ago

Yep, #71 is the same issue. Closing this as a dup.