-
Notifications
You must be signed in to change notification settings - Fork 89
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
set maven libs according to consumers #440
Conversation
<maven-plugin-tools.version>3.8.1</maven-plugin-tools.version> <!-- extra work needed when https://issues.apache.org/jira/browse/MPLUGIN-449 is fixed --> | ||
<plexus-containers.version>2.1.1</plexus-containers.version> | ||
<aether.version>1.1.0</aether.version> | ||
</properties> | ||
|
||
<prerequisites> |
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 strictly necessary - but as we do not know if we use an api that was only introduced in this version it prevents random blow ups in consumers.
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.
Thanks!
This isn't the only Maven plugin maintained by the Jenkins core team. For consistency, |
For the task to be fully complete, all of the above PRs (including this PR) should be released, and consumers updated to adopt those releases. |
https://groups.google.com/g/jenkinsci-dev/c/Xua30fqoqZc
downgrade libraries and add dependabot exclusion