Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

False positive on commons-collections #127

@drewinglis

Description

@drewinglis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions