From 3e15afa6543dd6fb28b5c5efcea472c41141ac65 Mon Sep 17 00:00:00 2001 From: "reportportal.io" Date: Thu, 4 Apr 2024 12:45:54 +0000 Subject: [PATCH] Readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 484981f..2417f98 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.3.3. Please use `Maven Central` link above to get the agent. **For JBehave version 5.0 and +The latest version: 5.3.4. Please use `Maven Central` link above to get the agent. **For JBehave version 5.0 and higher** ## Overview: How to Add ReportPortal Logging to Your JBehave Java Project @@ -86,7 +86,7 @@ Java agents): https://github.com/reportportal/client-java com.epam.reportportal agent-java-jbehave - 5.3.3 + 5.3.4 @@ -159,7 +159,7 @@ def jbehaveVersion = '5.1.1' dependencies { testCompile "org.jbehave:jbehave-core:${jbehaveVersion}" testCompile "org.jbehave:jbehave-navigator:${jbehaveVersion}" - testCompile 'com.epam.reportportal:agent-java-jbehave:5.3.3' + testCompile 'com.epam.reportportal:agent-java-jbehave:5.3.4' testCompile 'com.epam.reportportal:logger-java-logback:5.2.2' }