Clojure-1.11.0 introduces some new functions to clojure.core that replace custom functions in some libraries, which produces "WARNING: xxx already refers to" warnings.
This PR eliminates those warnings by upgrading a transitive dependency that avoids it and using :refer-clojure with :exclude for warnings emanating from this lib.
Clojure-1.11.0 introduces some new functions to clojure.core that replace custom functions in some libraries, which produces "WARNING: xxx already refers to" warnings.
This PR eliminates those warnings by upgrading a transitive dependency that avoids it and using :refer-clojure with
:exclude
for warnings emanating from this lib.