diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-25 09:32:44 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-12-25 09:32:44 +0200 |
commit | d1c296df49c07da89e42b932503396c777386f99 (patch) | |
tree | 76edbaacee798c73babc7892a29286aee539ca68 /vid-automation/pom.xml | |
parent | 206d87766f6547934bf4298de326c63c8e31481a (diff) |
Upgrade ExtentReport
This removes the MongoDB reporter (`reporter.ExtentXReporter`)
which was not in use.
Issue-ID: VID-647
Change-Id: I39f934064a1686b9f827e174366442d64ee377f6
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-automation/pom.xml')
-rw-r--r-- | vid-automation/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index 34abd22f5..697e1a910 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>com.aventstack</groupId> <artifactId>extentreports</artifactId> - <version>3.0.7</version> + <version>4.0.9</version> </dependency> <dependency> |