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 9, 2024
1 parent 824aec0 commit fd10c8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A JUnit 5 reporter that 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.3.1. Please use `Maven Central` link above to get the client.
The latest version: 5.3.2. Please use `Maven Central` link above to get the client.

---

Expand Down Expand Up @@ -44,7 +44,7 @@ Extend *ReportPortalExtension*, override *buildStartStepRq()* or other methods (
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-junit5</artifactId>
<version>5.3.1</version>
<version>5.3.2</version>
</dependency>
```

Expand Down Expand Up @@ -76,7 +76,7 @@ repositories {
mavenCentral()
}
testImplementation 'com.epam.reportportal:agent-java-junit5:5.3.1'
testImplementation 'com.epam.reportportal:agent-java-junit5:5.3.2'
```

#### Automatic Extension Registration (optional)
Expand Down Expand Up @@ -126,7 +126,7 @@ We’ll assume that ReportPortal is installed and running on <http://localhost:8
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-junit5</artifactId>
<version>5.3.1</version>
<version>5.3.2</version>
</dependency>
```
> Latest version of the agent, could be found [here](https://search.maven.org/search?q=g:%22com.epam.reportportal%22%20AND%20a:%22agent-java-junit5%22)
Expand Down Expand Up @@ -377,7 +377,7 @@ The `junit.jupiter.extensions.autodetection.enabled = true` configuration parame
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-junit5</artifactId>
<version>5.3.1</version>
<version>5.3.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -491,7 +491,7 @@ dependencies {
implementation 'com.epam.reportportal:logger-java-log4j:5.2.2'
implementation 'org.apache.logging.log4j:log4j-api:2.17.1'
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
implementation 'com.epam.reportportal:agent-java-junit5:5.3.1'
implementation 'com.epam.reportportal:agent-java-junit5:5.3.2'
}
test {
Expand Down

0 comments on commit fd10c8d

Please sign in to comment.