deps(deps): update all non-major gradle dependencies to v6.1.5 #15

Merged
renovate-bot merged 1 commit from renovate/all-non-major-gradle-dependencies into main 2026-03-08 18:01:46 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
io.kotest:kotest-runner-junit5 6.1.46.1.5 age confidence
io.kotest:kotest-property 6.1.46.1.5 age confidence
io.kotest:kotest-framework-engine 6.1.46.1.5 age confidence
io.kotest:kotest-assertions-json 6.1.46.1.5 age confidence
io.kotest:kotest-assertions-core 6.1.46.1.5 age confidence

Release Notes

kotest/kotest (io.kotest:kotest-runner-junit5)

v6.1.5

Compare Source

What's Changed

Full Changelog: https://github.com/kotest/kotest/compare/v6.1.4...v6.1.5


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `6.1.4` → `6.1.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-runner-junit5/6.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-runner-junit5/6.1.4/6.1.5?slim=true) | | [io.kotest:kotest-property](https://github.com/kotest/kotest) | `6.1.4` → `6.1.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-property/6.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-property/6.1.4/6.1.5?slim=true) | | [io.kotest:kotest-framework-engine](https://github.com/kotest/kotest) | `6.1.4` → `6.1.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-framework-engine/6.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-framework-engine/6.1.4/6.1.5?slim=true) | | [io.kotest:kotest-assertions-json](https://github.com/kotest/kotest) | `6.1.4` → `6.1.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-json/6.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-assertions-json/6.1.4/6.1.5?slim=true) | | [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `6.1.4` → `6.1.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-core/6.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-assertions-core/6.1.4/6.1.5?slim=true) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-runner-junit5)</summary> ### [`v6.1.5`](https://github.com/kotest/kotest/releases/tag/v6.1.5) [Compare Source](https://github.com/kotest/kotest/compare/6.1.4...6.1.5) ##### What's Changed - Add withError builder to MatcherResultBuilder to rethrow a supplied Throwable by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5713](https://github.com/kotest/kotest/pull/5713) - Update dependency io.kotest:io.kotest.gradle.plugin to v6.1.4 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5730](https://github.com/kotest/kotest/pull/5730) - Update dependency io.qameta.allure to v3.0.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5731](https://github.com/kotest/kotest/pull/5731) - Fix misleading docs on shrinking with custom generators ([#&#8203;5084](https://github.com/kotest/kotest/issues/5084)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5724](https://github.com/kotest/kotest/pull/5724) - Fix hard dependency on Android plugin by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5734](https://github.com/kotest/kotest/pull/5734) - Update `kotlin-compile-testing` to version 0.12.1 to support Kotlin 2.3 by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5736](https://github.com/kotest/kotest/pull/5736) - add new modules to kotest examples pipeline by [@&#8203;alfonsoristorato](https://github.com/alfonsoristorato) in [#&#8203;5739](https://github.com/kotest/kotest/pull/5739) - Avoid afterEvaluate in KotestPlugin by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5735](https://github.com/kotest/kotest/pull/5735) - move powerSetIndexes to common ([#&#8203;5740](https://github.com/kotest/kotest/issues/5740)) by [@&#8203;AlexCue987](https://github.com/AlexCue987) in [#&#8203;5741](https://github.com/kotest/kotest/pull/5741) - Allow running daily tests with latest kotest version for project kotest-maven too by [@&#8203;alfonsoristorato](https://github.com/alfonsoristorato) in [#&#8203;5742](https://github.com/kotest/kotest/pull/5742) - re-enable location hints for TeamCity by [@&#8203;alfonsoristorato](https://github.com/alfonsoristorato) in [#&#8203;5743](https://github.com/kotest/kotest/pull/5743) **Full Changelog**: <https://github.com/kotest/kotest/compare/v6.1.4...v6.1.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
deps(deps): update all non-major gradle dependencies to v6.1.5
All checks were successful
Security / Trivy Security Scan (pull_request) Successful in 10s
Security / MobSF Scan (pull_request) Successful in 17s
Main CI / build (pull_request) Successful in 2m2s
7827cd0fc3
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-08 18:01:29 +00:00
renovate-bot deleted branch renovate/all-non-major-gradle-dependencies 2026-03-08 18:01:46 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lscythe/gradle-version-catalog!15
No description provided.