Skip to content

Commit

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

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

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

Updates `io.qameta.allure:allure-attachments` from 2.25.0 to 2.26.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.25.0...2.26.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 Apr 1, 2024
1 parent 9968a99 commit a270283
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.25.0"
allureVersion= "2.26.0"
restAssured="5.4.0"
poi="5.2.5"
}
Expand Down

0 comments on commit a270283

Please sign in to comment.