MartijnVisser opened a new pull request #16600:
URL: https://github.com/apache/flink/pull/16600
## What is the purpose of the change
* Our current Kinesis dependencies (amazon-kinesis-client,
amazon-kinesis-producer) depend on protobuf 2.6.1, which are affected by
CVE-2015-5237.
## Brief change log
- Updated com.amazonaws.aws-java-sdk V1 from 1.12.7 to 12.31
- Updated software.amazon.awssdk V2 from 2.16.86 to 2.17.4
- Updated com.amazonaws.amazon-kinesis-client from 1.11.2 to 1.14.4
- Updated com.amazonaws.amazon-kinesis-producer from 0.14.0 to 0.14.7 (NB:
We can't upgrade to 0.14.8 because it contains banned dependency
`com.kjetland:mbknor-jackson-jsonschema_2.12:jar:1.0.39`
- Updated NOTICE files to deal with new version number
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): yes
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
- The serializers: don't know
- The runtime per-record code paths (performance sensitive): don't know
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
- The S3 file system connector: no
## Documentation
- Does this pull request introduce a new feature? no
- If yes, how is the feature documented? not applicable
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]