Skip to content

Commit

Permalink
Merge master branch into develop after a release
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Jan 22, 2025
2 parents e41e703 + b5a262a commit 58458e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions agent-allure-cucumber4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
### Changed
- Agent version updated on [5.2.4](https://github.com/reportportal/agent-java-cucumber4/releases/tag/5.2.4), by @HardNorth

## [5.2.2]

## [5.2.1]
### Changed
- Agent version updated on [5.2.2](https://github.com/reportportal/agent-java-cucumber4/releases/tag/5.2.2), by @HardNorth
Expand Down
4 changes: 2 additions & 2 deletions agent-allure-cucumber4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Allure features you need to include our agent into your dependencies and setup C
### Gradle
```groovy
dependencies {
testImplementation 'com.epam.reportportal:agent-allure-cucumber4:5.2.1'
testImplementation 'com.epam.reportportal:agent-allure-cucumber4:5.2.2'
}
```

Expand All @@ -14,7 +14,7 @@ dependencies {
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-allure-cucumber4</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber4/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=agent-allure-cucumber4
version=5.2.2-SNAPSHOT
version=5.2.3-SNAPSHOT
description=Report Portal - Allure integrations for Cucumber 4
cucumber_version=4.8.1

0 comments on commit 58458e7

Please sign in to comment.