-
Notifications
You must be signed in to change notification settings - Fork 38
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
Upgrade kafka and other libs #287
Conversation
build.gradle
Outdated
openSearchVersion = "2.13.0" | ||
kafkaVersion = "3.5.0" | ||
apacheCommonsLangVersion = "3.14.0" | ||
slf4jVersion = "2.0.13" |
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.
We still use Slf4j 1.7.x in OpenSearch:
slf4jVersion = "2.0.13" | |
slf4jVersion = "1.7.36" |
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.
LGTM. But I would change the version as @reta suggested.
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 the changes
This PR does the following.