community/leiningen: upgrade to 2.9.10
https://codeberg.org/leiningen/leiningen/src/tag/2.9.10/NEWS.md
2.9.10 / 2022-08-09
- Fix a bug where dev-resources could leak into jars/uberjars. (Phil Hagelberg)
- Avoid illegal reflective access doing XML parsing in uberjar/search. (Phil Hagelberg)
2.9.9 / 2022-08-05
- Migrate the repository from Github to Codeberg. (Phil Hagelberg)
- Fix a bug in
new
where template group-ids could be ignored. (Phil Hagelberg)- Work around a change in Java 9 which broke template listing. (Phil Hagelberg)
- Fix a bug in pedantic checks which resulted in infinite loops. (Phil Hagelberg)
- Prevent
module-info.class
files from being included in uberjars. (Phil Hagelberg)- Prevent duplicate warnings in
resource-paths
when creating jars. (Phil Hagelberg)- Fix an issue with
check
where AOT would shadow reflection warnings. (Phil Hagelberg)- Allow
change
to edit dependency versions. (Eric Schoen)- Fix a bug where composite profiles would leak dependencies downstream. (Phil Hagelberg)
- Allow
repl
to bind to filesystem sockets via:headless :socket PATH
(Rob Browning)