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 4, 2024
1 parent edabb61 commit 3e15afa
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 @@ -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
Expand Down Expand Up @@ -86,7 +86,7 @@ Java agents): https://github.com/reportportal/client-java
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-jbehave</artifactId>
<version>5.3.3</version>
<version>5.3.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -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'
}
Expand Down

0 comments on commit 3e15afa

Please sign in to comment.