[kinesis] Fix netty dependency conflict in Kinesis (#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
1 file changed
tree: da605596bfb1f93f3437593ae0f90799a5afe68f
  1. pulsar-io/