Skip to content

Commit a42ab74

Browse files
committed
Client version updated
1 parent a14c99a commit a42ab74

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## [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
48

59
## [5.2.0]
610
### Changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ repositories {
3737
dependencies {
3838
implementation "org.apache.logging.log4j:log4j-core:${log4j_version}"
3939
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'
4241

4342
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
4443
testImplementation('org.awaitility:awaitility:4.0.2') {

0 commit comments

Comments
 (0)