1.0.1 (2023-04-04)
Enhancements
- [#12] Excluded Selenium and rest-assured compile dependencies
Fixes
- [#13] Early stream closing while reading CSV file
Known Issues
- N/A
Dependencies Updates
- org.testng.testng 7.6.1 -> 7.7.1
Migration Steps
- Update in your project pom.xml version for carina-dataprovider dependency to
1.0.1
- Rebuild the project
mvn -U clean compile install