-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update dependencies in project.clj #71
Conversation
outdated.md needs to be removed before creating the PR otherwise it makes it into the PR. :no-tests directive needs to be used with lein ancient, so that the test aren't run straight away, after the dependency upgrade. This way the PR is created. Whoever gets the PR will still need to do some manual clean up, but at least the start of the PR is there and it's visible that the upgrade should take place.
This will create the PR, but then when the PR is created, CI will run tests for the new PR, which will eventually reach:
Which obviously points to the fact that there is a schema mismatch between the previous version od NVD and the latest. I googled around to see if there was a quick way to do the upgrade the schema... I'm guessing you have more context... Thanks |
Will look into the schema mismatch... It is most likely that upgrading dependency check from 5.x to 6.x is the cause. |
outdated.md
needs to be removed before creating the PR otherwise itmakes it into the PR.
:no-tests
directive needs to be used with lein ancient, so that thetest aren't run straight away, after the dependency upgrade. This way
the PR is created.
Whoever gets the PR will still need to do some manual clean up, but at
least the start of the PR is there and it's visible that the upgrade
should take place.