Skip to content

Commit 3412024

Browse files
committed
release 5.0.9
1 parent 1ca75f2 commit 3412024

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.9](https://github.com/extent-framework/extentreports-java/compare/v5.0.9...v5.0.9)
2+
3+
#### Issues Resolved
4+
- [#305](/issues/305) Fix HttpClient version-4.5.2 vulnerability
5+
- [#310](/issues/310) Remove RawGit hosted templates
6+
- [377354](/commit/99fa74ba6c745262ba17f66c11e39d0569377354) Update test status using generatedLog
7+
18
## [5.0.8](https://github.com/extent-framework/extentreports-java/compare/v5.0.7...v5.0.8)
29

310
#### Issues Resolved

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44

55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>5.0.9-SNAPSHOT</version>
8+
<version>5.0.9</version>
99

1010
<name>ExtentReports</name>
1111
<url>www.extentreports.com</url>

reporters/klov/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>klov-reporter</artifactId>
8-
<version>5.0.9-SNAPSHOT</version>
8+
<version>5.0.9</version>
99
<name>klov-reporter</name>
1010

1111
<url>www.extentreports.com</url>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.aventstack</groupId>
4646
<artifactId>extentreports</artifactId>
47-
<version>5.0.8</version>
47+
<version>5.0.9</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.mongodb</groupId>

0 commit comments

Comments
 (0)