diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f0f0a..503e64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog ## [Unreleased] +### Changed +- Client version updated on [5.2.4](https://github.com/reportportal/client-java/releases/tag/5.2.4), by @HardNorth +- All dependencies are marked as `implementation`, 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 d917fe3..86f44d7 100644 --- a/build.gradle +++ b/build.gradle @@ -37,9 +37,8 @@ repositories { } dependencies { - api 'com.epam.reportportal:client-java:5.2.0' - api 'com.google.code.findbugs:jsr305:3.0.2' - api 'com.epam.reportportal:commons-model:5.0.0' + implementation 'com.epam.reportportal:client-java:5.2.4' + implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'org.jsoup:jsoup:1.15.3'