-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the service still work correctly? #24
Comments
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 |
The same issue as above, see https://versions.deps.co/dotemacs/pdfboxing it's showing all the dependencies as up to date. But |
The sample repo I created above: https://github.com/dotemacs/isversionsworking has |
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 at2.0.21
, whereas inproject.clj
the version included is2.0.19
, see:https://github.com/dotemacs/pdfboxing/blob/8d41ea38c621f2f4dfd6d0db6a4003766581448f/project.clj
Running
lein ancient
shows that the dependency really is out of date.The text was updated successfully, but these errors were encountered: