diff --git a/CHANGELOG.md b/CHANGELOG.md index 3784240..82b20a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Common Stack Trace frames skip in description and logs, by @HardNorth - `@Issue` and `@Issues` annotations support, by @HardNorth ### Changed -- Client version updated on [5.2.19](https://github.com/reportportal/client-java/releases/tag/5.2.19), by @HardNorth +- Client version updated on [5.2.20](https://github.com/reportportal/client-java/releases/tag/5.2.20), by @HardNorth ## [5.3.3] ### Added diff --git a/build.gradle b/build.gradle index 29574bb..eb9ff15 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ repositories { } dependencies { - api 'com.epam.reportportal:client-java:5.2.19' + api 'com.epam.reportportal:client-java:5.2.20' compileOnly "org.junit.jupiter:junit-jupiter-api:${junit_version}" implementation 'org.slf4j:slf4j-api:2.0.7'