|
How?
- using Maven Central's REST API?
doesn't seem to have any API to browse deps
- look it up manually on a case-by-case basis? e.g. https://github.com/aws/aws-sdk-java/blob/1.12.144/pom.xml
would do the trick initially but couldn't be applied to all deps
- with Maven itself resolving the dependency with a Jenkins job?
TODO's:
- see which dep has fastest lifecycle in order to know which to look up first in a given set of related deps
- send a Slack notification or submit a PR? PR would require refactoring current dependency bot implementation, worth the effort?
|