Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Apr 4, 2024
1 parent bda7442 commit 78e00a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![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.1.3. Please use `Maven Central` link above to get the logger.
The latest version: 5.1.4. Please use `Maven Central` link above to get the logger.

## Overview

Expand Down Expand Up @@ -37,7 +37,7 @@ You need to add the logger as one of your dependencies in Maven or Gradle.
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>logger-java-okhttp3</artifactId>
<version>5.1.3</version>
<version>5.1.4</version>
</dependency>
</dependencies>

Expand All @@ -51,7 +51,7 @@ You need to add the logger as one of your dependencies in Maven or Gradle.

```groovy
dependencies {
testCompile 'com.epam.reportportal:logger-java-okhttp3:5.1.3'
testCompile 'com.epam.reportportal:logger-java-okhttp3:5.1.4'
}
```

Expand Down

0 comments on commit 78e00a2

Please sign in to comment.