Skip to content

Commit

Permalink
release 5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Sep 19, 2021
1 parent 1ca75f2 commit 3412024
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.9](https://github.com/extent-framework/extentreports-java/compare/v5.0.9...v5.0.9)

#### Issues Resolved
- [#305](/issues/305) Fix HttpClient version-4.5.2 vulnerability
- [#310](/issues/310) Remove RawGit hosted templates
- [377354](/commit/99fa74ba6c745262ba17f66c11e39d0569377354) Update test status using generatedLog

## [5.0.8](https://github.com/extent-framework/extentreports-java/compare/v5.0.7...v5.0.8)

#### Issues Resolved
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>5.0.9-SNAPSHOT</version>
<version>5.0.9</version>

<name>ExtentReports</name>
<url>www.extentreports.com</url>
Expand Down
8 changes: 4 additions & 4 deletions reporters/klov/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.aventstack</groupId>
<artifactId>klov-reporter</artifactId>
<version>5.0.9-SNAPSHOT</version>
<version>5.0.9</version>
<name>klov-reporter</name>

<url>www.extentreports.com</url>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>5.0.8</version>
<version>5.0.9</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down

0 comments on commit 3412024

Please sign in to comment.