File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ ### Changed
5
+ - Client version updated on [ 5.2.4] ( https://github.com/reportportal/client-java/releases/tag/5.2.4 ) , by @HardNorth
6
+ ### Removed
7
+ - ` commons-model ` dependency to rely on ` clinet-java ` exclusions in security fixes, by @HardNorth
4
8
5
9
## [ 5.2.0]
6
10
### Changed
Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ repositories {
37
37
dependencies {
38
38
implementation " org.apache.logging.log4j:log4j-core:${ log4j_version} "
39
39
annotationProcessor " org.apache.logging.log4j:log4j-core:${ log4j_version} "
40
- implementation ' com.epam.reportportal:client-java:5.2.0'
41
- implementation ' com.epam.reportportal:commons-model:5.0.0'
40
+ implementation ' com.epam.reportportal:client-java:5.2.4'
42
41
43
42
testImplementation ' com.epam.reportportal:agent-java-test-utils:0.0.2'
44
43
testImplementation(' org.awaitility:awaitility:4.0.2' ) {
You can’t perform that action at this time.
0 commit comments