Hey folks, upgrading from 0.6.4 to 0.7.0 I am getting an exception while running my project:
Syntax error compiling . at (ring/middleware/multipart_params.clj:29:5).
Syntax error (ClassNotFoundException) compiling . at (ring/middleware/multipart_params.clj:29:5).
org.apache.commons.io.function.IOIteratorDoes anyone have an idea of what went wrong?
check http://commons.io version that your project use?
use clj -X:deps list to see all libs version
Thanks for dragging my attention for the dependencies conflicts.
I had to upgrade from [clj-http "3.12.3"] to 3.13.0
Transitive Dependencies are The Devil