rieckpil / testing-spring-boot-applications-masterclass

🍃 Build Better Spring Boot Applications: A Comprehensive Testing Course to Boost Your Confidence and Productivity.
https://rieckpil.de/testing-spring-boot-applications-masterclass/
MIT License
306 stars 234 forks source link

Update allure.version to v2.25.0 #349

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.qameta.allure:allure-awaitility (source) 2.23.0 -> 2.25.0 age adoption passing confidence
io.qameta.allure:allure-selenide (source) 2.23.0 -> 2.25.0 age adoption passing confidence
io.qameta.allure:allure-junit5 (source) 2.23.0 -> 2.25.0 age adoption passing confidence

Release Notes

allure-framework/allure-java (io.qameta.allure:allure-awaitility) ### [`v2.25.0`](https://togithub.com/allure-framework/allure-java/releases/tag/2.25.0) [Compare Source](https://togithub.com/allure-framework/allure-java/compare/2.24.0...2.25.0) #### What's Changed ##### 🔬 Improvements - fix(descriptions-javadoc): put descriptions in META-INF folder by [@​rPraml](https://togithub.com/rPraml) in [https://github.com/allure-framework/allure-java/pull/971](https://togithub.com/allure-framework/allure-java/pull/971) - feat(descriptions-javadoc): various improvements by [@​baev](https://togithub.com/baev) in [https://github.com/allure-framework/allure-java/pull/981](https://togithub.com/allure-framework/allure-java/pull/981) ##### 🐞 Bug Fixes - fix(spock2): add support for test tags by [@​baev](https://togithub.com/baev) in [https://github.com/allure-framework/allure-java/pull/974](https://togithub.com/allure-framework/allure-java/pull/974) ##### ⬆️ Dependency Updates - Bump actions/checkout from 3.5.3 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/allure-framework/allure-java/pull/952](https://togithub.com/allure-framework/allure-java/pull/952) - Bump actions/checkout from 3.6.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/allure-framework/allure-java/pull/956](https://togithub.com/allure-framework/allure-java/pull/956) - Bump io.github.glytching:junit-extensions from 2.5.0 to 2.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/allure-framework/allure-java/pull/948](https://togithub.com/allure-framework/allure-java/pull/948) - Bump selenide version from 6.11.2 to 6.17.1 by [@​PavelMal](https://togithub.com/PavelMal) in [https://github.com/allure-framework/allure-java/pull/950](https://togithub.com/allure-framework/allure-java/pull/950) - Update rest assured version from 5.1.1 to 5.3.1 by [@​PavelMal](https://togithub.com/PavelMal) in [https://github.com/allure-framework/allure-java/pull/949](https://togithub.com/allure-framework/allure-java/pull/949) - Bump actions/checkout from 4.0.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/allure-framework/allure-java/pull/969](https://togithub.com/allure-framework/allure-java/pull/969) - Bump actions/setup-java from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/allure-framework/allure-java/pull/980](https://togithub.com/allure-framework/allure-java/pull/980) - Bump grpcVersion from 1.57.1 to 1.57.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/allure-framework/allure-java/pull/958](https://togithub.com/allure-framework/allure-java/pull/958) ##### 📖 Documentation improvements - Add cucumber to README with code examples by [@​PavelMal](https://togithub.com/PavelMal) in [https://github.com/allure-framework/allure-java/pull/955](https://togithub.com/allure-framework/allure-java/pull/955) #### New Contributors - [@​PavelMal](https://togithub.com/PavelMal) made their first contribution in [https://github.com/allure-framework/allure-java/pull/955](https://togithub.com/allure-framework/allure-java/pull/955) **Full Changelog**: https://github.com/allure-framework/allure-java/compare/2.24.0...2.25.0 ### [`v2.24.0`](https://togithub.com/allure-framework/allure-java/releases/tag/2.24.0) [Compare Source](https://togithub.com/allure-framework/allure-java/compare/2.23.0...2.24.0) ##### What's Changed ##### 🚀 New Features - Add interceptors for httpclient5 by [@​a-simeshin](https://togithub.com/a-simeshin) in [https://github.com/allure-framework/allure-java/pull/935](https://togithub.com/allure-framework/allure-java/pull/935) - Introduce adaptor for JBehave 5 by [@​valfirst](https://togithub.com/valfirst) in [https://github.com/allure-framework/allure-java/pull/937](https://togithub.com/allure-framework/allure-java/pull/937) - spock2: add test plan filter support by [@​mihalichzh](https://togithub.com/mihalichzh) in [https://github.com/allure-framework/allure-java/pull/943](https://togithub.com/allure-framework/allure-java/pull/943) ##### 🔬 Improvements - impr(cucumberjvm): support selective runs and more by [@​baev](https://togithub.com/baev) in [https://github.com/allure-framework/allure-java/pull/947](https://togithub.com/allure-framework/allure-java/pull/947) - Remove spock2 sout capture by [@​baev](https://togithub.com/baev) in [https://github.com/allure-framework/allure-java/pull/951](https://togithub.com/allure-framework/allure-java/pull/951) ##### 🐞 Bug Fixes - Enable Step & Attachment aspects for CucumberJVM by [@​baev](https://togithub.com/baev) in [https://github.com/allure-framework/allure-java/pull/940](https://togithub.com/allure-framework/allure-java/pull/940) - Fixed test-results missing in case of test parallel execution \[allure-scalatest] (fixes [#​945](https://togithub.com/allure-framework/allure-java/issues/945)) by [@​dm-test](https://togithub.com/dm-test) in [https://github.com/allure-framework/allure-java/pull/946](https://togithub.com/allure-framework/allure-java/pull/946) ##### ⬆️ Dependency Updates - Bump grpcVersion from 1.53.0 to 1.57.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/allure-framework/allure-java/pull/942](https://togithub.com/allure-framework/allure-java/pull/942) ##### 📖 Documentation improvements - Fix target maven repository URL in README by [@​valfirst](https://togithub.com/valfirst) in [https://github.com/allure-framework/allure-java/pull/934](https://togithub.com/allure-framework/allure-java/pull/934) ##### New Contributors - [@​dm-test](https://togithub.com/dm-test) made their first contribution in [https://github.com/allure-framework/allure-java/pull/946](https://togithub.com/allure-framework/allure-java/pull/946) - [@​mihalichzh](https://togithub.com/mihalichzh) made their first contribution in [https://github.com/allure-framework/allure-java/pull/943](https://togithub.com/allure-framework/allure-java/pull/943) **Full Changelog**: https://github.com/allure-framework/allure-java/compare/2.23.0...2.24.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 8 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.25.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.