Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kinesis] Fix netty dependency conflict in Kinesis (apache#6199)
### Motivation The KCL was depending on a version of the aws-sdk-v2 that was relying on unstable Netty APIs (see aws/aws-sdk-java-v2#1344). Pulsar had taken a netty update which was conflicting with their bundled netty and was leading to an exception in calling an invalid function. This newer version of the KCL takes a newer version of aws-sdk-v2 which should depend on stable APIs ### Modifications Bump some versions
- Loading branch information