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

build: update kafka client #619

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

venikkin
Copy link
Contributor

Fixes Kafka client security alert.

Proposed Changes (Mandatory)

  • update Kafka Client dependency version

@venikkin venikkin marked this pull request as ready for review March 15, 2024 16:05
@venikkin
Copy link
Contributor Author

Fix neo4j-streams CVE

pom.xml Outdated
@@ -54,7 +54,7 @@
<kotlin.version>1.9.10</kotlin.version>
<kotlin.coroutines.version>1.7.3</kotlin.coroutines.version>
<neo4j.version>4.4.25</neo4j.version>
<kafka.version>2.6.3</kafka.version>
<kafka.version>3.7.0</kafka.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need to stick with latest 3.0.x as that's still supported within Confluent ecosystem (https://docs.confluent.io/platform/current/installation/versions-interoperability.html). Is that version also affected with this CVE?

@venikkin venikkin merged commit 868875a into neo4j-contrib:4.1 Mar 18, 2024
1 check passed
@venikkin venikkin deleted the 4.1-kafka-client-update branch March 18, 2024 09:59
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.

None yet

2 participants