From ae4f94baa37fa72795cf1ada98b954285d68d47b Mon Sep 17 00:00:00 2001 From: "reportportal.io" Date: Mon, 8 Apr 2024 13:17:44 +0000 Subject: [PATCH] Readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2dc434f..0ac63fc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Karate reporters which uploads the results to a ReportPortal server. [![stackoverflow](https://img.shields.io/badge/reportportal-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/reportportal) [![Build with Love](https://img.shields.io/badge/build%20with-❤%EF%B8%8F%E2%80%8D-lightgrey.svg)](http://reportportal.io?style=flat) -The latest version: 5.0.4. Please use `Maven Central` link above to get the agent. +The latest version: 5.0.5. Please use `Maven Central` link above to get the agent. ## Overview: How to Add ReportPortal Logging to Your Project @@ -72,7 +72,7 @@ If your project is Maven-based you need to add dependencies to `pom.xml` file: com.epam.reportportal agent-java-karate - 5.0.4 + 5.0.5 test @@ -89,7 +89,7 @@ For Gradle-based projects please update dependencies section in `build.gradle` f ```groovy dependencies { - testImplementation 'com.epam.reportportal:agent-java-karate:5.0.4' + testImplementation 'com.epam.reportportal:agent-java-karate:5.0.5' } ```