Skip to content

1.0.2 (2023-04-04)

Compare
Choose a tag to compare
@akamarouski akamarouski released this 06 Apr 10:12
· 10 commits to master since this release
4f0e415

Enhancements

  • [#15] Excluded TestNG, Selenium and rest-assured compile dependencies
  • [#13] Changed TestNG dependency scope to test

Fixes

  • N/A

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-commons 1.0.1 -> 1.0.2
  • com.zebrunner.carina-utils 1.0.1 -> 1.0.3
  • com.azure.azure-storage-blob 12.7.0 -> 12.21.1
  • removed com.fasterxml.jackson.core.jackson-databind

Migration Steps

  • Update in your project pom.xml version for carina-azure dependency to 1.0.2
  • Rebuild the project mvn -U clean compile install