You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried to upgrade from version 2.4.0 to version 3.02 and as it turns out 'commons-io:commons-io'
is now pinned to version 2.4. Since we are already using other gradle plugins with commons-io with higher versions this creates a
dependency resolution problem.
I would like to understand why 'commons-io:commons-io' is pinned to 2.4 (maven central shows two vulnerabilities)
and if it would be possible to remove this constraint?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
@RSchindler93 3.0.3 is released with some minor dependency updates, including this one. Can you please check that it solves your dependency resolution problem?
Hello,
I recently tried to upgrade from version 2.4.0 to version 3.02 and as it turns out 'commons-io:commons-io'
is now pinned to version 2.4. Since we are already using other gradle plugins with commons-io with higher versions this creates a
dependency resolution problem.
I would like to understand why 'commons-io:commons-io' is pinned to 2.4 (maven central shows two vulnerabilities)
and if it would be possible to remove this constraint?
Thank you in advance!
The text was updated successfully, but these errors were encountered: