-
Notifications
You must be signed in to change notification settings - Fork 8
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
ISSUE-687 : Upgrade to Curator 4.2.0 and Upgrade to Guava 28.1 #686
Conversation
Guava related changes look okay. Have you checked it with 'mvn dependency:tree' to see we don't get any zookeeper or guava through curator? |
Hi @tamaashu , I updated my PR, I checked with mvn dependency:tree, no zookeeper or guava is pulled by curator related modules except for the test scope. |
@in-park: Can you create a Github issue for this ? In that issue can you also include the CVEs you are addressing with this PR ? |
@in-park : "mvn clean install" failed with below error, |
mvn clean install is successful for me, I am wondering if the test was run with one of the previous commits? I ran into the same issue when I removed zookeeper as dependency in the test scope curator, so I added it back in the most recent commit. |
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.
+1 LGTM, thanks @in-park for the PR
Upgrade to Curator 4.2.0 and Upgrade to Guava 28.1
Fixes #687