Skip to content

Commit

Permalink
Update Agent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 30, 2024
1 parent 82e5feb commit 123b998
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions agent-allure-jbehave/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.3.0](https://github.com/reportportal/agent-java-jbehave/releases/tag/5.3.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
6 changes: 5 additions & 1 deletion agent-allure-jbehave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-jbehave:5.2.2'
api 'com.epam.reportportal:agent-java-jbehave:5.3.0'
implementation ('org.jbehave:jbehave-core:5.2.0') {
exclude group: 'junit'
exclude group: 'org.junit.vintage'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
import static com.epam.reportportal.jbehave.AllureAwareReporter.*;
import static java.util.Optional.ofNullable;

/**
* @deprecated Use {@link AllureAwareScenarioStoryReporter}, since the semantic of this class is completely broken and will be removed,
*/
@Deprecated
public class AllureAwareStepStoryReporter extends ReportPortalStepStoryReporter {
private static final Map<Maybe<String>, String> DESCRIPTION_TRACKER = new ConcurrentHashMap<>();

Expand Down

0 comments on commit 123b998

Please sign in to comment.