versions icon indicating copy to clipboard operation
versions copied to clipboard

Does the service still work correctly?

Open dotemacs opened this issue 5 years ago • 4 comments
trafficstars

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.

dotemacs avatar Sep 04 '20 08:09 dotemacs

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.

danielcompton avatar Sep 04 '20 09:09 danielcompton

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 avatar Sep 04 '20 10:09 dotemacs

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 avatar Dec 29 '20 18:12 dotemacs

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

dotemacs avatar Dec 29 '20 18:12 dotemacs