Open antonmos opened 10 months ago
can this be prioritised as the sdk has already integrated this?
This would be a very nice upgrade.
There's no reason why you cannot override your specific versions or exclude a dependency with an :exclusions
clause.
:dependencies [
[amazonica 0.3.167 :exclusions [software.amazon.ion/ion-java]]
[com.amazonaws/aws-java-sdk-core 1.12.638 :exclusions [software.amazon.ion/ion-java]]
]
Per https://github.com/aws/aws-sdk-java/issues/3077, latest AWS SDK remove dependency on software.amazon.ion/ion-java that had the cause of CVE.