When trying to find the latest version of an artefact from deps.dev, the ordering of the results may not reflect the expected ordering of the versions. Currently, it is assumed that the last entry in the returned list is the latest version. However, in some cases it seems this is not true. For example https://api.deps.dev/v3alpha/purl/pkg%3Amaven%2Fcom.google.guava%2Fguava shows r09 as the final entry in the list, when the real latest version is 33.4.0-jre
When trying to find the latest version of an artefact from deps.dev, the ordering of the results may not reflect the expected ordering of the versions. Currently, it is assumed that the last entry in the returned list is the latest version. However, in some cases it seems this is not true. For example
https://api.deps.dev/v3alpha/purl/pkg%3Amaven%2Fcom.google.guava%2Fguavashowsr09as the final entry in the list, when the real latest version is33.4.0-jre