ben-manes / gradle-versions-plugin

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

unable to discover latest version of google guava #845

Open nagkumar opened 4 months ago

nagkumar commented 4 months ago
Failed to determine the latest version for the following dependencies (use --info for details):
 - com.google.guava:guava
     33.0.0-jre

using the pluings

 id("com.github.ben-manes.versions") version ("0.51.0")
    id("se.patrikerdes.use-latest-versions") version ("0.2.18")
ben-manes commented 4 months ago

You’d need to look at the info log. Guava has bad metadata unfortunately, so unsure