Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Mar 17, 2023
1 parent c5908a0 commit d1f5104
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.2.0. Please use `Maven Central` link above to get the agent. **For JBehave version 5.0 and
The latest version: 5.2.1. 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 @@ -82,7 +82,7 @@ rp.project = default_personal
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-jbehave</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -155,7 +155,7 @@ def jbehaveVersion = '4.8.1'
dependencies {
testCompile "org.jbehave:jbehave-core:${jbehaveVersion}"
testCompile "org.jbehave:jbehave-navigator:${jbehaveVersion}"
testCompile 'com.epam.reportportal:agent-java-jbehave:5.2.0'
testCompile 'com.epam.reportportal:agent-java-jbehave:5.2.1'
testCompile 'com.epam.reportportal:logger-java-logback:5.1.1'
}
Expand Down

0 comments on commit d1f5104

Please sign in to comment.