-
Notifications
You must be signed in to change notification settings - Fork 125
Update parent #240
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 parent #240
Conversation
.github/dependabot.yml
Outdated
@@ -6,6 +6,9 @@ updates: | |||
directory: "/" | |||
schedule: | |||
interval: "weekly" | |||
ignore: | |||
# Must match transitive version from org.jenkins-ci.plugins:subversion: | |||
- dependency-name: org.tmatesoft.svnkit:svnkit-cli |
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.
then why don't we just depend on the version transitively? are their conflicts - or is there a depenencyManagement
that is lost due to MNG-5761?
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.
then why don't we just depend on the version transitively?
subversion
depends only on svnkit
(an old version) and does not pass along the svnkit-cli
dep.
are [there] conflicts
Yes, which is why #239 failed.
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 could also pick up jenkinsci/subversion-plugin#276 via jenkinsci/bom#1672 but that would still be a bit too old. Would need to go up to jenkinsci/subversion-plugin#278 via jenkinsci/bom#1789. 👀
…cussion_r1145200638
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.
either way works, I was just wondering if there was a way we can minimize the human interaction needed going forward.
Unfortunately it does not appear that way. See note in https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.55. |
(see #238) |
Supersedes #239. Matches jenkinsci/workflow-cps-plugin#682.