-
Notifications
You must be signed in to change notification settings - Fork 69
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
chore: Update zookeeper to 3.8.4 #136
Conversation
Seems like the tests never finish/fail. At first glance there's a message |
f08bc53
to
8c020c2
Compare
I did this and now the tests are finishing, but an error is issued. |
Thanks for trying that. I looked into it more and noticed that Zookeeper migrated to <dependency>
<!-- override litelinks' versions with newer to avoid CVE -->
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper-version}</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency> |
8c020c2
to
84c59da
Compare
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.
In case you missed it, please revert slf4j-version
too and hopefully the tests pass.
This is to move away from CVE-2024-23944: information disclosure. Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
84c59da
to
23c75e5
Compare
@rafvasq I just updated the PR. Looks like it is working :-) |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: israel-hdez, rafvasq The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is to move away from CVE-2024-23944: information disclosure.