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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump maven-plugin from 3.16 to 3.21 #174

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps maven-plugin from 3.16 to 3.21.

Release notes

Sourced from maven-plugin's releases.

Maven Plugin 3.21

🐛 Bug fixes

  • avoid full maven distro for test in build.outputDirectory as it is included in the plugin jar (#306) @​olamy

📦 Dependency updates

Maven Plugin 3.20

🚨 Removed

  • Upgrade wagon 3.5.2 and remove all com.jcraft. proxy artifacts (#288) @​olamy

🚀 New features and improvements

  • Remove duplicate project page entries (workspace, recent changes, test result) (#281) @​NotMyFault

📝 Documentation updates

📦 Dependency updates

Maven Plugin 3.19

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance

  • upgrade parent, minimum core version 2.332.1, upgrade junit 1119.va_a_5e9068da_d7 (#271) @​olamy

✍ Other changes

... (truncated)

Commits
  • dbcc228 [maven-release-plugin] prepare release maven-plugin-3.21
  • 412bd87 Merge pull request #302 from jenkinsci/dependabot/github_actions/master/actio...
  • ea81521 avoid full maven distro for test in build.outputDirectory as it is included i...
  • aeeef90 Bump actions/stale from 6 to 7
  • aeabc96 [maven-release-plugin] prepare for next development iteration
  • b03ad95 [maven-release-plugin] prepare release maven-plugin-3.20
  • cd7db92 Bump jsoup from 1.14.3 to 1.15.3 (#289)
  • c4fb2d1 Merge pull request #291 from jenkinsci/dependabot/github_actions/master/actio...
  • f7f8dfa Update maven-interceptors version. Ensure that maven 3.3 request uses correct...
  • 3ce92bf Bump actions/stale from 5 to 6
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [maven-plugin](https://github.com/jenkinsci/maven-plugin) from 3.16 to 3.21.
- [Release notes](https://github.com/jenkinsci/maven-plugin/releases)
- [Commits](jenkinsci/maven-plugin@maven-plugin-3.16...maven-plugin-3.21)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2023 04:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Mar 1, 2023
Copy link
Contributor

@allancth allancth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving bot

@allancth allancth merged commit c01a625 into master Mar 1, 2023
@allancth allancth deleted the dependabot/maven/org.jenkins-ci.main-maven-plugin-3.21 branch March 1, 2023 07:23
MarkEWaite added a commit that referenced this pull request Apr 20, 2023
jenkinsci/bom#1978 notes that the upgrade of
the optional dependency on the maven plugin from 3.16 to 3.21 caused
the Jenkins plugin bill of materials to need an explicit inclusion of
the Jenkins maven plugin into the plugin BOM.

That's not a desired change because the Jenkins maven plugin tests do
not pass when run in the Jenkins plugin BOM test suites.  We don't
want to invest the effort in the Jenkins maven plugin tests to make
them work in the Jenkins plugin BOM.

The #174
dependabot proposed upgrade is being reverted to avoid the problem.
When dependabot next proposes an upgrade of this dependency, it can be
closed or evaluated as an incremental build in the Jenkins plugin BOM
before the upgrade is approved.
allancth pushed a commit that referenced this pull request Apr 21, 2023
* Revert "Bump maven-plugin from 3.16 to 3.21"

* Explain maven plugin version pin in a comment

jenkinsci/bom#1978 notes that the upgrade of
the optional dependency on the maven plugin from 3.16 to 3.21 caused
the Jenkins plugin bill of materials to need an explicit inclusion of
the Jenkins maven plugin into the plugin BOM.

That's not a desired change because the Jenkins maven plugin tests do
not pass when run in the Jenkins plugin BOM test suites.  We don't
want to invest the effort in the Jenkins maven plugin tests to make
them work in the Jenkins plugin BOM.

The #174
dependabot proposed upgrade is being reverted to avoid the problem.
When dependabot next proposes an upgrade of this dependency, it can be
closed or evaluated as an incremental build in the Jenkins plugin BOM
before the upgrade is approved.
MarkEWaite added a commit to MarkEWaite/copyartifact-plugin that referenced this pull request May 21, 2023
jenkinsci/bom#1978 notes that the upgrade of
the optional dependency on the maven plugin from 3.16 to 3.21 caused
the Jenkins plugin bill of materials to need an explicit inclusion of
the Jenkins maven plugin into the plugin BOM.

That's not a desired change because the Jenkins maven plugin tests do
not pass when run in the Jenkins plugin BOM test suites.  We don't
want to invest the effort in the Jenkins maven plugin tests to make
them work in the Jenkins plugin BOM.

The jenkinsci#174
dependabot proposed upgrade is being reverted to avoid the problem.
When dependabot next proposes an upgrade of this dependency, it can be
closed or evaluated as an incremental build in the Jenkins plugin BOM
before the upgrade is approved.

This reverts commit 99b537a.
MarkEWaite added a commit that referenced this pull request May 21, 2023
* Revert "Bump maven-plugin from 3.16 to 3.22 (#184)"

jenkinsci/bom#1978 notes that the upgrade of
the optional dependency on the maven plugin from 3.16 to 3.21 caused
the Jenkins plugin bill of materials to need an explicit inclusion of
the Jenkins maven plugin into the plugin BOM.

That's not a desired change because the Jenkins maven plugin tests do
not pass when run in the Jenkins plugin BOM test suites.  We don't
want to invest the effort in the Jenkins maven plugin tests to make
them work in the Jenkins plugin BOM.

The #174
dependabot proposed upgrade is being reverted to avoid the problem.
When dependabot next proposes an upgrade of this dependency, it can be
closed or evaluated as an incremental build in the Jenkins plugin BOM
before the upgrade is approved.

This reverts commit 99b537a.

* Exclude maven plugin from dependabot updates
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
Projects
None yet
1 participant