mendix / UnitTesting

Module to run Mendix and JUnit unit test inside a project
Apache License 2.0
7 stars 12 forks source link

Update commons-io to v2.11.0 #35

Closed allard-mx closed 1 year ago

allard-mx commented 2 years ago

Why was commons-lang removed?

I removed commons-lang3-3.7.jar from the test project that comes from the ObjectHandling module. The test project already contains commons-lang3-3.11.jar, that is included in the UnitTesting module.

image