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 2d5fa0c + 585aa83 commit 3ad017d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions agent-allure-cucumber6/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
### Changed
- Agent version updated on [5.3.5](https://github.com/reportportal/agent-java-cucumber6/releases/tag/5.3.5), by @HardNorth

## [5.2.2]

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

Expand All @@ -14,7 +14,7 @@ dependencies {
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-allure-cucumber6</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-cucumber6/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=agent-allure-cucumber6
version=5.2.2-SNAPSHOT
version=5.2.3-SNAPSHOT
description=Report Portal - Allure integrations for Cucumber 6
cucumber_version=7.13.0

0 comments on commit 3ad017d

Please sign in to comment.