ring

henrik 2023-10-20T07:30:25.443529Z

Wut: Do you want to upgrade ring/ring-core '1.11.0-beta2' to '2.0.0-alpha1' in deps.edn (y/n)

seancorfield 2023-10-20T16:33:23.625609Z

https://github.com/ring-clojure/ring/releases/tag/2.0.0-alpha1 added about 3 1/2 years ago so it is semantically more recent than 1.11.0-beta2.

seancorfield 2023-10-20T16:34:33.541769Z

If you don't have a -beta (or -alpha), the dependency checker you're using will likely only compare against non-beta/-alpha versions. But @weavejester might need to consider removing that old tag since it seems misleading at best?

weavejester 2023-10-21T14:42:21.537899Z

I'd rather not remove a tag if I can help it. Presumably this issue will go away when 1.11.0 is released, as it will favour full releases over alpha ones.