awslabs / amazon-kinesis-client-net

This package provides an interface to the Amazon Kinesis Client Library (KCL) MultiLangDaemon for the .NET Framework.
Apache License 2.0
62 stars 60 forks source link

Update ion-java to 1.11.4 #225

Closed lucienlu-aws closed 6 months ago

lucienlu-aws commented 6 months ago

Issue #, if available:

Description of changes:

Upgrade ion-java to remove security vulnerability https://github.com/awslabs/amazon-kinesis-client-net/security/dependabot/16

groupId is updated per README instructions https://github.com/amazon-ion/ion-java

Originally ion-java was published using the group id software.amazon.ion. Since 1.4.0 the official groupId was changed to com.amazon.ion to be consistent with other Amazon open source libraries. We still maintain the legacy group id but strongly encourage users to migrate to the official one.`

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.