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 3, 2024
1 parent 9ae0d8f commit dc1a189
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.2.1. Please use `Maven Central` link above to get the client.
The latest version: 5.2.2. Please use `Maven Central` link above to get the client.

## Video Tutorial for integration of SPOCK on Groovy
[![Spock on Groovy](https://img.youtube.com/vi/Rkm8dpTZur8/0.jpg)](https://www.youtube.com/watch?v=Rkm8dpTZur8)
Expand Down Expand Up @@ -72,7 +72,7 @@ repositories {

*ReportPortal agent implementation for Spock framework*
```gradle
testCompile 'com.epam.reportportal:agent-java-spock:5.2.1'
testCompile 'com.epam.reportportal:agent-java-spock:5.2.2'
```

*Selenium support*
Expand Down Expand Up @@ -181,7 +181,7 @@ repositories {
}
dependencies {
testCompile 'com.epam.reportportal:agent-java-spock:5.2.1'
testCompile 'com.epam.reportportal:agent-java-spock:5.2.2'
testCompile 'com.epam.reportportal:logger-java-logback:5.2.2'
testCompile "org.seleniumhq.selenium:selenium-support:$seleniumVersion"
Expand All @@ -197,7 +197,7 @@ dependencies {
testCompile "org.seleniumhq.selenium:selenium-firefox-driver:$seleniumVersion"
testCompile "org.seleniumhq.selenium:selenium-ie-driver:$seleniumVersion"
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.8'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.12'
}
drivers.each { driver ->
Expand Down

0 comments on commit dc1a189

Please sign in to comment.