Skip to content

Commit

Permalink
Merge pull request #75 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth committed Feb 6, 2024
2 parents e61117a + 0a95578 commit c014b02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Changelog
### Changed
- Examples are not reported in their own separate suite now, they are reported as separate scenarios instead, to conform other BDD framework implementation, by @HardNorth
- Client version updated on [5.2.2](https://github.com/reportportal/client-java/releases/tag/5.2.2), by @HardNorth
- JBehave dependency marked as `implementation` to force users specify their own versions, by @HardNorth

## [Unreleased]
### Changed
- Remove `commons-model` dependency to rely on `clinet-java` exclusions in security fixes, by @HardNorth
- Client version updated on [5.2.3](https://github.com/reportportal/client-java/releases/tag/5.2.3), by @HardNorth

## [5.3.0]
### Changed
- Client version updated on [5.1.24](https://github.com/reportportal/client-java/releases/tag/5.1.24), by @HardNorth
- Examples are not reported in their own separate suite now, they are reported as separate scenarios instead, to conform other BDD framework implementation, by @HardNorth
- Client version updated on [5.2.2](https://github.com/reportportal/client-java/releases/tag/5.2.2), by @HardNorth
- JBehave dependency marked as `implementation` to force users specify their own versions, by @HardNorth

## [5.2.2]
### Changed
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.2.2'
api 'com.epam.reportportal:commons-model:5.0.0'
api 'com.epam.reportportal:client-java:5.2.3'
api 'com.google.code.findbugs:jsr305:3.0.2'
implementation ("org.jbehave:jbehave-core:${project.jbehave_version}") {
exclude group: 'junit'
Expand Down

0 comments on commit c014b02

Please sign in to comment.