Skip to content

Commit

Permalink
Bump allureVersion from 2.28.1 to 2.29.0
Browse files Browse the repository at this point in the history
Bumps `allureVersion` from 2.28.1 to 2.29.0.

Updates `io.qameta.allure:allure-testng` from 2.28.1 to 2.29.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.28.1...2.29.0)

Updates `io.qameta.allure:allure-rest-assured` from 2.28.1 to 2.29.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.28.1...2.29.0)

Updates `io.qameta.allure:allure-attachments` from 2.28.1 to 2.29.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.28.1...2.29.0)

---
updated-dependencies:
- dependency-name: io.qameta.allure:allure-testng
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.qameta.allure:allure-rest-assured
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.qameta.allure:allure-attachments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent f7aad0a commit 8766c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ group 'github.com.MobileTestFramework'
version = '2.0'

ext {
allureVersion= "2.28.1"
allureVersion= "2.29.0"
restAssured="5.5.0"
poi="5.3.0"
}
Expand Down

0 comments on commit 8766c9d

Please sign in to comment.