File tree 3 files changed +21
-4
lines changed 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 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 )
2
19
3
20
#### Issues Resolved
4
21
- [ #305 ] ( /issues/305 ) Fix HttpClient version-4.5.2 vulnerability
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.aventstack</groupId >
7
7
<artifactId >extentreports</artifactId >
8
- <version >5.0.10-SNAPSHOT </version >
8
+ <version >5.1.0 </version >
9
9
10
10
<name >ExtentReports</name >
11
11
<url >www.extentreports.com</url >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.aventstack</groupId >
7
7
<artifactId >klov-reporter</artifactId >
8
- <version >5.0.10-SNAPSHOT </version >
8
+ <version >5.1.0 </version >
9
9
<name >klov-reporter</name >
10
10
11
11
<url >www.extentreports.com</url >
44
44
<dependency >
45
45
<groupId >com.aventstack</groupId >
46
46
<artifactId >extentreports</artifactId >
47
- <version >5.0.9 </version >
47
+ <version >5.1.0 </version >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >org.mongodb</groupId >
You can’t perform that action at this time.
0 commit comments