Closed MarkEWaite closed 3 weeks ago
Previously the plugin required Jenkins 2.452.4 but only used plugin BOM dependencies from 2.440.x.
Also removes the unnecessary declaration of the httpcomponents-client-5 plugin version since the plugin BOM now includes the correct version.
Replaces pull request:
Confirmed that mvn dependency:tree reports the same version of httpcomponents-client-5 plugin from the plugin BOM as is currently delivered to users.
mvn dependency:tree
Confirmed that automated tests pass.
@gounthar I saw that you approved #1113 . Are you OK with using this as a replacement for it?
Sure thing, Mark, thanks for asking. 🤗
Use same version in BOM as is declared for plugin
Previously the plugin required Jenkins 2.452.4 but only used plugin BOM dependencies from 2.440.x.
Also removes the unnecessary declaration of the httpcomponents-client-5 plugin version since the plugin BOM now includes the correct version.
Replaces pull request:
1113
Testing done
Confirmed that
mvn dependency:tree
reports the same version of httpcomponents-client-5 plugin from the plugin BOM as is currently delivered to users.Confirmed that automated tests pass.
Submitter checklist