File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 5.0.7] ( https://github.com/extent-framework/extentreports-java/compare/v5.0.6...v5.0.7 )
2+
3+ #### Issues Resolved
4+ - [ #250 ] ( /issues/250 ) ConcurrentModificationException in ReportStats
5+ - [ #261 ] ( /issues/261 ) Fix issue with table creation from POJOs
6+ - [ #275 ] ( /issues/275 ) setEncoding not working on ExtentSparkReporter on 5.0.6
7+ - [ #282 ] ( /issues/282 ) Category tags are being duplicated if multiple tests have same tag
8+
19## [ 5.0.6] ( https://github.com/extent-framework/extentreports-java/compare/v5.0.5...v5.0.6 )
210
311#### Issues Resolved
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.aventstack</groupId >
77 <artifactId >extentreports</artifactId >
8- <version >5.0.7-SNAPSHOT </version >
8+ <version >5.0.7</version >
99
1010 <name >ExtentReports</name >
1111 <url >www.extentreports.com</url >
Original file line number Diff line number Diff line change 55
66 <groupId >com.aventstack</groupId >
77 <artifactId >klov-reporter</artifactId >
8- <version >5.0.7-SNAPSHOT </version >
8+ <version >5.0.7</version >
99 <name >klov-reporter</name >
1010
1111 <url >www.extentreports.com</url >
4444 <dependency >
4545 <groupId >com.aventstack</groupId >
4646 <artifactId >extentreports</artifactId >
47- <version >5.0.6 </version >
47+ <version >5.0.7 </version >
4848 </dependency >
4949 <dependency >
5050 <groupId >org.mongodb</groupId >
You can’t perform that action at this time.
0 commit comments