Skip to content
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

Open
dotemacs opened this issue Sep 4, 2020 · 4 comments
Open

Does the service still work correctly? #24

dotemacs opened this issue Sep 4, 2020 · 4 comments

Comments

@dotemacs
Copy link
Contributor

dotemacs commented Sep 4, 2020

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
Copy link
Member

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.

@dotemacs
Copy link
Contributor Author

dotemacs commented Sep 4, 2020

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants