deps-app / versions

Deps Versions - See outdated versions for your Clojure based projects
https://versions.deps.co
Eclipse Public License 1.0
19 stars 3 forks source link

Does the service still work correctly? #24

Open dotemacs opened 4 years ago

dotemacs commented 4 years ago

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.

danielcompton commented 4 years ago

I can't reproduce this any more as https://github.com/dotemacs/pdfboxing/commit/d0e000ac0a424b83baa5ee90abeab4f9db97d0aa updated the dependencies, but I'll take a look at it and see what's going on.

dotemacs commented 4 years ago

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.

dotemacs commented 3 years ago

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.

dotemacs commented 3 years ago

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