pedestal

Bruno do Nascimento Maciel 2024-07-12T11:49:27.213179Z

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.IOIterator

Bruno do Nascimento Maciel 2024-07-12T11:52:21.663189Z

Does anyone have an idea of what went wrong?

mavbozo 2024-07-12T12:21:26.057839Z

check http://commons.io version that your project use?

mavbozo 2024-07-12T12:23:30.188619Z

use clj -X:deps list to see all libs version

Bruno do Nascimento Maciel 2024-07-12T13:53:05.104249Z

Thanks for dragging my attention for the dependencies conflicts.

Bruno do Nascimento Maciel 2024-07-12T13:53:42.221889Z

I had to upgrade from [clj-http "3.12.3"] to 3.13.0

hlship 2024-07-18T17:10:45.239459Z

Transitive Dependencies are The Devil