From 64ee8f74561101b4f189b2cd7326ce4c70fd1334 Mon Sep 17 00:00:00 2001 From: "reportportal.io" Date: Tue, 23 Jan 2024 14:47:37 +0000 Subject: [PATCH] Readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0b4106..107fc4f 100644 --- a/README.md +++ b/README.md @@ -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.1.4. Please use `Maven Central` link above to get the client. +The latest version: 5.2.0. 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) @@ -72,7 +72,7 @@ repositories { *ReportPortal agent implementation for Spock framework* ```gradle -testCompile 'com.epam.reportportal:agent-java-spock:5.1.4' +testCompile 'com.epam.reportportal:agent-java-spock:5.2.0' ``` *Selenium support* @@ -181,7 +181,7 @@ repositories { } dependencies { - testCompile 'com.epam.reportportal:agent-java-spock:5.1.4' + testCompile 'com.epam.reportportal:agent-java-spock:5.2.0' testCompile 'com.epam.reportportal:logger-java-logback:5.1.6' testCompile "org.seleniumhq.selenium:selenium-support:$seleniumVersion"