ben-manes / gradle-versions-plugin

Gradle plugin to discover dependency updates
Apache License 2.0
3.86k stars 199 forks source link

Fix broken Sonatype links in HTML reports #750

Closed marcosalis closed 1 year ago

marcosalis commented 1 year ago

https://github.com/ben-manes/gradle-versions-plugin/issues/748

Old search.maven.org domain was replaced with central.sonatype.com, the change was reflected in HTML generation code in HtmlReporter.kt.

Previous example link wasn't working anymore: https://search.maven.org/artifact/com.azure/azure-core-http-netty/1.5.4

This URL leads to the correct page instead: https://central.sonatype.com/artifact/com.azure/azure-core-http-netty/1.5.4

ben-manes commented 1 year ago

Thanks!