awslabs / amazon-kinesis-producer

Amazon Kinesis Producer Library
Apache License 2.0
402 stars 331 forks source link

amazon-kinesis-producer depending on old Guava (18.0) #286

Open suztomo opened 5 years ago

suztomo commented 5 years ago

Is there any reason amazon-kinesis-producer still depends on old Guava (18.0, released in 2014)? https://search.maven.org/artifact/com.amazonaws/amazon-kinesis-producer/0.14.0/jar

On the other hand, amazon-kinesis-client depends on relatively new Guava 26.0-jre. https://search.maven.org/artifact/com.amazonaws/amazon-kinesis-client/1.13.0/jar

Background: https://github.com/apache/beam/pull/10172#pullrequestreview-320149899

bcmedeiros commented 3 years ago

Any hopes someone is going to look at this?