From 9299ba2df85675bb89e826c1f2f168e7a4223428 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Thu, 29 May 2025 15:32:28 +0300 Subject: [PATCH 1/2] README.md update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7804fba..57957d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ReportPortal agent for Cucumber v.4 +> **End of support**: The agent lifecycle already ended. You are free to use it as long as you prefer, but no new updates will be published. + > **DISCLAIMER**: We use Google Analytics for sending anonymous usage information such as agent's and client's names, > and their versions after a successful launch start. This information might help us to improve both ReportPortal > backend and client sides. It is used by the ReportPortal team only and is not supposed for sharing with 3rd parties. From 171a989b90d3ac495ddf93ee9d9e803ad0a106ff Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Tue, 17 Jun 2025 17:03:16 +0300 Subject: [PATCH 2/2] Client version update --- CHANGELOG.md | 2 ++ build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e5a7b..688a210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +### Changed +- Client version updated on [5.3.14](https://github.com/reportportal/client-java/releases/tag/5.3.14), by @HardNorth ## [5.3.0] ### Changed diff --git a/build.gradle b/build.gradle index 620965b..ad1d122 100644 --- a/build.gradle +++ b/build.gradle @@ -37,12 +37,12 @@ repositories { } dependencies { - api 'com.epam.reportportal:client-java:5.3.12' + api 'com.epam.reportportal:client-java:5.3.14' api "io.cucumber:cucumber-java:${project.cucumber_version}" implementation 'org.slf4j:slf4j-api:2.0.7' - testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.7' + testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.12' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation 'org.aspectj:aspectjweaver:1.9.19'