Skip to content
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鈥檒l 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

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2022

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

Sourced from configuration-as-code's releases.

1511.vb_f985b_894e40

馃悰 Bug fixes

馃摝 Dependency updates

... (truncated)

Commits

Updates test-harness from 1466.v2d4119502006 to 1511.vb_f985b_894e40

Release notes

Sourced from test-harness's releases.

1511.vb_f985b_894e40

馃悰 Bug fixes

馃摝 Dependency updates

... (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)

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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 19, 2022
@dependabot dependabot bot requested a review from jglick July 19, 2022 14:24
@jglick
Copy link
Member

jglick commented Jul 19, 2022

 [ERROR] Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (default) on project sample: Managed plugin dependency io.jenkins.plugins:commons-lang3-api not listed in test classpath of sample plugin -> [Help 1]

Sigh. Needed for #1275. CC @jetersen @timja

@timja
Copy link
Member

timja commented Jul 19, 2022

 [ERROR] Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (default) on project sample: Managed plugin dependency io.jenkins.plugins:commons-lang3-api not listed in test classpath of sample plugin -> [Help 1]

Sigh. Needed for #1275. CC @jetersen @timja

so we either remove it from bom or temporarily add it to the sample plugin?

@jetersen
Copy link
Member

It is not easier to merge the two PR together ? :)

@timja
Copy link
Member

timja commented Jul 19, 2022

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.

@jetersen
Copy link
Member

Wouldn't mina-sshd pull in the dependency and solve the issue?

@timja
Copy link
Member

timja commented Jul 19, 2022

Wouldn't mina-sshd pull in the dependency and solve the issue?

it doesn't depend on it to my knowledge

Copy link
Member

@jetersen jetersen left a 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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 19, 2022

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>
Copy link
Member

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.

Copy link
Member

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 :)

@dependabot dependabot bot merged commit 98dcfdb into master Jul 19, 2022
Copy link
Member

@jetersen jetersen left a 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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 19, 2022

This PR has already been merged! 馃帀

@dependabot dependabot bot deleted the dependabot/maven/bom-weekly/configuration-as-code-plugin.version-1511.vb_f985b_894e40 branch July 19, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants