Skip to content

Commit 0bb1ff6

Browse files
author
reportportal.io
committed
Readme update
1 parent 3ef5107 commit 0bb1ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
9191
dependencies {
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

0 commit comments

Comments
 (0)