Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versions updated to fix vulnerabilities #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brunoselvacj
Copy link

Description:

Versions Updated:
junit.jupiter.version 5.9.1 -> 5.10.1
kafka-connect-api.version 2.7.1 -> 2.7.2
amazon-kinesis-producer 0.14.13 -> 0.15.8

Issue Reference URL

https://github.com/awslabs/kinesis-kafka-connector/issues/ISSUE-77


Do not change content below. Mark applicable check boxes only.

Thank you for submitting a contribution to Kinesis-Kafka Connector.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a ISSUE associated with this PR?
  • Does your PR title start with ISSUE-XXXX where XXXX is the issue number you are trying to resolve? Pay particular attention to the hyphen "-" character.
  • Has your PR been rebased against the latest commit within the target branch (typically master)?
  • Is your initial contribution a single, squashed commit?

For code changes:

  • Have you ensured that the full suite of tests is executed via mvn clean install at the project's root folder?
  • Have you written or updated unit tests to verify your changes?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE file?
  • If applicable, have you added the LICENSE header to new files?

For documentation related changes:

  • Have you ensured that format looks appropriate for the output in which it is rendered?

<junit.platform.version>1.8.2</junit.platform.version>
<slf4j.version>1.7.32</slf4j.version>
<kafka.version>2.8.0</kafka.version>
<kafka-connect-api.version>2.7.1</kafka-connect-api.version>
<kafka-connect-api.version>2.7.2</kafka-connect-api.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since MSK Connect is running on Kafka Connect 2.7.1, I would prefer to keep this unchanged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants