deps-app/versions

Does the service still work correctly?

Opened this issue · 4 comments

The service is showing old jar dependencies as being up to date.

Looking at: https://versions.deps.co/dotemacs/pdfboxing it shows that all the dependencies are up to date.

But one of the dependencies pdfbox, is at 2.0.21, whereas in project.clj the version included is 2.0.19, see:
https://github.com/dotemacs/pdfboxing/blob/8d41ea38c621f2f4dfd6d0db6a4003766581448f/project.clj

Running lein ancient shows that the dependency really is out of date.

I can't reproduce this any more as dotemacs/pdfboxing@d0e000a updated the dependencies, but I'll take a look at it and see what's going on.

I can't reproduce this any more as dotemacs/pdfboxing@d0e000a updated the dependencies, but I'll take a look at it and see what's going on.

To make it easier, I created a sample repo with the same jars and versions:

https://github.com/dotemacs/isversionsworking

It's showing it as all up to date, which isn't the case, since the repo contains Clojure 1.9.0 and the latest being 1.10.1 and the same for PDFBox, the latest is 2.0.21 and the repo contains 2.0.19.

The same issue as above, see https://versions.deps.co/dotemacs/pdfboxing it's showing all the dependencies as up to date.

But org.apache.pdfbox/pdfbox is at 2.0.22 instead of 2.0.21.

The sample repo I created above: https://github.com/dotemacs/isversionsworking has org.apache.pdfbox/pdfbox has 2.0.19 and it's being shown as being up to date, despite being three versions behind the latest release: https://versions.deps.co/dotemacs/isversionsworking