Skip to content

Commit 51fb034

Browse files
committed
release 5.1.0
1 parent 6ece307 commit 51fb034

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
## [5.0.9](https://github.com/extent-framework/extentreports-java/compare/v5.0.9...v5.0.9)
1+
## [5.1.0](https://github.com/extent-framework/extentreports-java/compare/v5.0.9...v5.1.0) - JDK11
2+
3+
#### Issues Resolved
4+
- [#366](/issues/366) removeTest deletes the test case, but not in the statistics entry in the category tags
5+
- [#366](/pull/378) Resolves vulnerabilities
6+
- com.google.code.gson » gson from 2.8.6 to 2.10.1
7+
- io.reactivex.rxjava3 » rxjava from 3.0.4 to 3.1.6
8+
- org.freemarker » freemarker from 2.3.30 to 2.3.32
9+
- org.projectlombok » lombok from 1.18.12 to 1.18.26
10+
- org.testng » testng from 7.3.0 to 7.7.1
11+
12+
#### New Features
13+
- [#386](/issues/386) Setting to prevent report from repeat displaying a retried test
14+
- [#379](/issues/379) New ExtentTest method: log(Status status, Markup markup, Media media)
15+
- [#364](/pull/364) Adds the test description to the card body
16+
17+
18+
## [5.0.9](https://github.com/extent-framework/extentreports-java/compare/v5.0.8...v5.0.9)
219

320
#### Issues Resolved
421
- [#305](/issues/305) Fix HttpClient version-4.5.2 vulnerability

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>5.0.10-SNAPSHOT</version>
8+
<version>5.1.0</version>
99

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

reporters/klov/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>klov-reporter</artifactId>
8-
<version>5.0.10-SNAPSHOT</version>
8+
<version>5.1.0</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.9</version>
47+
<version>5.1.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.mongodb</groupId>

0 commit comments

Comments
 (0)