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

False positive on commons-collections #127

Open
drewinglis opened this issue Jul 24, 2023 · 0 comments
Open

False positive on commons-collections #127

drewinglis opened this issue Jul 24, 2023 · 0 comments

Comments

@drewinglis
Copy link

I'm using [lein-ancient "1.0.0-RC3"].

Here's a minimal repro:

(defproject foo-project "1.0.0"
  :dependencies [[commons-collections "3.2.2"]])

The output of lein-ancient is:

[commons-collections "20040616"] is available but we use "3.2.2"

But the most recent version of commons-collections is 3.2.2: https://mvnrepository.com/artifact/commons-collections/commons-collections

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

1 participant