1.1.3 (2023-06-29)
Enhancements
- [#19] Moved classes that used only by current module from the carina-utils
Dependencies Updates
- com.zebrunner.carina-utils 1.0.4 -> 1.1.5
- org.apache.poi.poi-ooxml 4.1.2
- Removed org.apache.commons.commons-lang3
Migration Steps
- Update in your project pom.xml version for carina-dataprovider dependency to
1.1.3
- Rebuild the project
mvn -U clean compile install