File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Karate reporters which uploads the results to a ReportPortal server.
1313[ ![ stackoverflow] ( https://img.shields.io/badge/reportportal-stackoverflow-orange.svg?style=flat )] ( http://stackoverflow.com/questions/tagged/reportportal )
1414[ ![ Build with Love] ( https://img.shields.io/badge/build%20with-❤%EF%B8%8F%E2%80%8D-lightgrey.svg )] ( http://reportportal.io?style=flat )
1515
16- The latest version: 5.3.3 . Please use ` Maven Central ` link above to get the agent.
16+ The latest version: 5.3.4 . Please use ` Maven Central ` link above to get the agent.
1717
1818## Overview: How to Add ReportPortal Logging to Your Project
1919
@@ -72,7 +72,7 @@ If your project is Maven-based you need to add dependencies to `pom.xml` file:
7272 <dependency >
7373 <groupId >com.epam.reportportal</groupId >
7474 <artifactId >agent-java-karate</artifactId >
75- <version >5.3.3 </version >
75+ <version >5.3.4 </version >
7676 <scope >test</scope >
7777 </dependency >
7878
@@ -89,7 +89,7 @@ For Gradle-based projects please update dependencies section in `build.gradle` f
8989
9090``` groovy
9191dependencies {
92- testImplementation 'com.epam.reportportal:agent-java-karate:5.3.3 '
92+ testImplementation 'com.epam.reportportal:agent-java-karate:5.3.4 '
9393}
9494```
9595
You can’t perform that action at this time.
0 commit comments