diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4006f..cbc9bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog ## [Unreleased] +### Changed +- Client version updated on [5.2.4](https://github.com/reportportal/client-java/releases/tag/5.2.4), by @HardNorth +### Removed +- `commons-model` dependency to rely on `clinet-java` exclusions in security fixes, by @HardNorth ## [5.2.0] ### Changed diff --git a/build.gradle b/build.gradle index c4a43a2..81eaffe 100644 --- a/build.gradle +++ b/build.gradle @@ -37,8 +37,7 @@ repositories { } dependencies { - api 'com.epam.reportportal:client-java:5.2.1' - api 'com.epam.reportportal:commons-model:5.0.0' + api 'com.epam.reportportal:client-java:5.2.4' api 'com.google.code.findbugs:jsr305:3.0.2' api "io.cucumber:cucumber-java:${project.cucumber_version}"