-
Notifications
You must be signed in to change notification settings - Fork 71
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: upgrade kafka client #620
build: upgrade kafka client #620
Conversation
pom.xml
Outdated
<kotlin.version>1.9.20</kotlin.version> | ||
<kotlin.coroutines.version>1.7.3</kotlin.coroutines.version> | ||
<neo4j.version>4.4.27</neo4j.version> | ||
<kafka.version>2.6.3</kafka.version> | ||
<kafka.version>3.7.0</kafka.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as in #619.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.4 is the lowest version containing the fix. As we discussed used it.
pom.xml
Outdated
@@ -49,10 +49,12 @@ | |||
<properties> | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
<java.version>11</java.version> | |||
<java.version>11</java.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting it. Fixed.
Fixes Kafka client security alert
Proposed Changes (Mandatory)