Skip to content

Commit

Permalink
Agent versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 5, 2024
1 parent 3ce4a3a commit 479911d
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 10 deletions.
2 changes: 2 additions & 0 deletions agent-allure-cucumber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-cucumber:5.2.0'
api 'com.epam.reportportal:agent-java-cucumber:5.2.3'

testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-cucumber2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-cucumber2:5.2.0'
api 'com.epam.reportportal:agent-java-cucumber2:5.2.2'

testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-cucumber4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-cucumber4:5.2.0'
api 'com.epam.reportportal:agent-java-cucumber4:5.2.2'

testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-cucumber5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-cucumber5:5.2.0'
api 'com.epam.reportportal:agent-java-cucumber5:5.2.2'

testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-cucumber6/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.2](https://github.com/reportportal/agent-java-cucumber6/releases/tag/5.3.2), by @HardNorth

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

dependencies {
api 'com.epam.reportportal:agent-java-cucumber6:5.3.0'
api 'com.epam.reportportal:agent-java-cucumber6:5.3.2'

implementation "io.cucumber:cucumber-gherkin:${project.cucumber_version}"

Expand Down
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.4](https://github.com/reportportal/agent-java-jbehave/releases/tag/5.3.4), by @HardNorth

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-jbehave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-jbehave:5.3.0'
api 'com.epam.reportportal:agent-java-jbehave:5.3.4'
implementation ('org.jbehave:jbehave-core:5.2.0') {
exclude group: 'junit'
exclude group: 'org.junit.vintage'
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-junit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-junit:5.2.0'
api 'com.epam.reportportal:agent-java-junit:5.2.3'
}

jar {
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-junit5/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.1](https://github.com/reportportal/agent-java-junit5/releases/tag/5.3.1), by @HardNorth

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-junit5:5.2.0'
api 'com.epam.reportportal:agent-java-junit5:5.3.1'

implementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
}
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-spock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-spock:5.2.0'
api 'com.epam.reportportal:agent-java-spock:5.2.3'

implementation 'org.spockframework:spock-core:2.3-groovy-2.5'

Expand Down
2 changes: 2 additions & 0 deletions agent-allure-testng/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

dependencies {
api 'com.epam.reportportal:agent-java-testng:5.4.0'
api 'com.epam.reportportal:agent-java-testng:5.4.2'
implementation 'org.testng:testng:7.9.0'

testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
Expand Down

0 comments on commit 479911d

Please sign in to comment.