jenkinsci / ivy-plugin

Jenkins ivy plugin
https://plugins.jenkins.io/ivy/
MIT License
16 stars 42 forks source link

[JENKINS-69993] Refresh plugin #48

Closed basil closed 1 year ago

basil commented 1 year ago

See JENKINS-69993. This plugin currently consumes the deprecated Commons HttpClient 3.x API via Jenkins core. In https://github.com/jenkinsci/jenkins/pull/7312 we plan to remove this library from Jenkins core. To ensure this plugin continues to work, this PR prepares the plugin for https://github.com/jenkinsci/jenkins/pull/7312 by adding a dependency on the Commons HttpClient 3.x API plugin. While we were here, we refreshed the build toolchain and dependencies to recent versions. CC @arothian