Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Mar 13, 2024
1 parent 43ae2f5 commit b4ad66f
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 @@ -8,7 +8,7 @@
[![Build with Love](https://img.shields.io/badge/build%20with-❤%EF%B8%8F%E2%80%8D-lightgrey.svg)](http://reportportal.io?style=flat)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

The latest version: 5.2.1. Please use `Maven Central` link above to get the library.
The latest version: 5.2.2. Please use `Maven Central` link above to get the library.

## Dependencies

Expand All @@ -24,7 +24,7 @@ Add this section into `<dependecies>` section:
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>logger-java-log4j</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -34,7 +34,7 @@ Add this section into `<dependecies>` section:
Add this line into `dependecies` block:

```groovy
testImplementation 'com.epam.reportportal:logger-java-log4j:5.2.1'
testImplementation 'com.epam.reportportal:logger-java-log4j:5.2.2'
```

## Configuration
Expand Down

0 comments on commit b4ad66f

Please sign in to comment.