-
Notifications
You must be signed in to change notification settings - Fork 52
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
Bump configuration-as-code-plugin.version from 1466.v2d4119502006 to 1511.vb_f985b_894e40 in /bom-weekly #1277
Conversation
Bumps `configuration-as-code-plugin.version` from 1466.v2d4119502006 to 1511.vb_f985b_894e40. Updates `configuration-as-code` from 1466.v2d4119502006 to 1511.vb_f985b_894e40 - [Release notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases) - [Commits](https://github.com/jenkinsci/configuration-as-code-plugin/commits) Updates `test-harness` from 1466.v2d4119502006 to 1511.vb_f985b_894e40 - [Release notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases) - [Commits](https://github.com/jenkinsci/configuration-as-code-plugin/commits) --- updated-dependencies: - dependency-name: io.jenkins:configuration-as-code dependency-type: direct:production - dependency-name: io.jenkins.configuration-as-code:test-harness dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
so we either remove it from bom or temporarily add it to the sample plugin? |
It is not easier to merge the two PR together ? :) |
doesn't the other PR just need jcasc bumped? the commons-lang3 thing is just an annoyance here because transitive deps are not supposed to be explicitly listed in the sample plugins because it doesn't prove that deps align properly. |
Wouldn't mina-sshd pull in the dependency and solve the issue? |
it doesn't depend on it to my knowledge |
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.
@dependabot squash and merge
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
@@ -74,6 +74,16 @@ | |||
<artifactId>checks-api</artifactId> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> | |||
<groupId>io.jenkins.plugins</groupId> | |||
<artifactId>commons-lang3-api</artifactId> |
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.
Not great (as mentioned, the idea is that transitive deps should be clean) but looks like the best we can do for now.
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.
its all temporary. We can cleanup :)
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.
@dependabot squash and merge
This PR has already been merged! 🎉 |
Bumps
configuration-as-code-plugin.version
from 1466.v2d4119502006 to 1511.vb_f985b_894e40.Updates
configuration-as-code
from 1466.v2d4119502006 to 1511.vb_f985b_894e40Release notes
Sourced from configuration-as-code's releases.
... (truncated)
Commits
Updates
test-harness
from 1466.v2d4119502006 to 1511.vb_f985b_894e40Release notes
Sourced from test-harness's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @jetersen.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)