Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AWS JSON protocol errors by harmonising relevant AWS libs
Additional changes: * `ion-java` had a dependency override added with #42 in March 2024. `ion-java` was a dependency of AWS SDK v1 (`com.amazonaws:aws-java-sdk-core:1.12.151`). However, release 3.0.0 of the Amazon Kinesis Client Library for Java (https://github.com/awslabs/amazon-kinesis-client/releases/tag/v3.0.0) removed the last transitory dependency of the KCL on AWS SDK v1, and `content-api-firehose-client` no longer depends upon it. * "software.amazon.awssdk" % "netty-nio-client" had a dependency override, first with #26 and then to version 2.26.25 with #49 in October 2024. However, here we're updating all relevant `software.amazon.awssdk` libraries to 2.29.23, meaning that the manual upgrade to 2.26.25 is no longer necessary.
- Loading branch information