deps(deps): update all non-major gradle dependencies #26

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

This PR contains the following updates:

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

Release Notes

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

v6.1.8

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/kotest/kotest/compare/v6.1.7...v6.1.8


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 | `6.1.7` → `6.1.9` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:io.kotest.gradle.plugin/6.1.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:io.kotest.gradle.plugin/6.1.7/6.1.9?slim=true) | | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `6.1.7` → `6.1.8` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-runner-junit5/6.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-runner-junit5/6.1.7/6.1.8?slim=true) | | [io.kotest:kotest-property](https://github.com/kotest/kotest) | `6.1.7` → `6.1.9` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-property/6.1.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-property/6.1.7/6.1.9?slim=true) | | [io.kotest:kotest-framework-engine](https://github.com/kotest/kotest) | `6.1.7` → `6.1.9` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-framework-engine/6.1.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-framework-engine/6.1.7/6.1.9?slim=true) | | [io.kotest:kotest-assertions-json](https://github.com/kotest/kotest) | `6.1.7` → `6.1.9` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-json/6.1.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-assertions-json/6.1.7/6.1.9?slim=true) | | [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `6.1.7` → `6.1.9` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-core/6.1.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-assertions-core/6.1.7/6.1.9?slim=true) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-runner-junit5)</summary> ### [`v6.1.8`](https://github.com/kotest/kotest/releases/tag/v6.1.8) [Compare Source](https://github.com/kotest/kotest/compare/6.1.7...6.1.8) ##### What's Changed - Precise Gradle configuration needed for pitest extension by [@&#8203;szpak](https://github.com/szpak) in [#&#8203;5748](https://github.com/kotest/kotest/pull/5748) - Add automatic JUnit4 [@&#8203;Rule](https://github.com/Rule) support to KotestTestRunner by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5749](https://github.com/kotest/kotest/pull/5749) - Follow up to [#&#8203;5704](https://github.com/kotest/kotest/issues/5704) to clean filters at execution time not configuration time by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5751](https://github.com/kotest/kotest/pull/5751) - ci: add workflow to auto-update API dumps on PR failures by [@&#8203;Kantis](https://github.com/Kantis) in [#&#8203;5757](https://github.com/kotest/kotest/pull/5757) - Update JsTestFrameworkTestEngineListener to handle nested tests correctly. by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5752](https://github.com/kotest/kotest/pull/5752) - Enabling update-api-dump for PRs from forks by [@&#8203;Kantis](https://github.com/Kantis) in [#&#8203;5760](https://github.com/kotest/kotest/pull/5760) - Make shouldHaveSingleElement and shouldNotHaveSingleElement chainable by [@&#8203;PreAgile](https://github.com/PreAgile) in [#&#8203;5756](https://github.com/kotest/kotest/pull/5756) - Fix ProhibitedAnalysisException when re-running failed tests by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5766](https://github.com/kotest/kotest/pull/5766) - Add JSON Schema prefixItems (tuple validation) and enum support by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5771](https://github.com/kotest/kotest/pull/5771) - Add primitive array support for contain matcher ([#&#8203;4354](https://github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5775](https://github.com/kotest/kotest/pull/5775) - Add JS lifecycle order test for issue [#&#8203;3340](https://github.com/kotest/kotest/issues/3340) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5767](https://github.com/kotest/kotest/pull/5767) - Mark AnnotationSpec lifecycle methods as implicitly used by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5768](https://github.com/kotest/kotest/pull/5768) - Support [@&#8203;Suppress](https://github.com/Suppress) for duplicated test name and focus-in-nested-test warnings by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5769](https://github.com/kotest/kotest/pull/5769) - Fix withClue clue context not included in assertion errors on non-JVM platforms by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5770](https://github.com/kotest/kotest/pull/5770) - re-add support for gradle test filters after gradle 9.4.0 by [@&#8203;alfonsoristorato](https://github.com/alfonsoristorato) in [#&#8203;5785](https://github.com/kotest/kotest/pull/5785) - Add primitive array support for sorted (shouldBeSorted) matcher ([#&#8203;4354](https://github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5781](https://github.com/kotest/kotest/pull/5781) - Fix Slow Arb.generate for large objects by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5761](https://github.com/kotest/kotest/pull/5761) - Publish IntelliJ plugin distribution zip to GitHub Packages on master by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5763](https://github.com/kotest/kotest/pull/5763) - Tidy up logging across the engine and runner by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5787](https://github.com/kotest/kotest/pull/5787) - Fix typo in `SpringExtension` by [@&#8203;T45K](https://github.com/T45K) in [#&#8203;5788](https://github.com/kotest/kotest/pull/5788) - Refactor `Discovery` to improve class visibility filtering by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5790](https://github.com/kotest/kotest/pull/5790) - Add tests for leading wildcard class name Gradle filter ([#&#8203;5639](https://github.com/kotest/kotest/issues/5639)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5791](https://github.com/kotest/kotest/pull/5791) - Add primitive array support for startWith/endWith matchers ([#&#8203;4354](https://github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5779](https://github.com/kotest/kotest/pull/5779) - Add primitive array support for containExactly matcher ([#&#8203;4354](https://github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5777](https://github.com/kotest/kotest/pull/5777) - closing [#&#8203;5782](https://github.com/kotest/kotest/issues/5782) : add ClasspathRootSelector support to shouldRunTests g… by [@&#8203;SimY4](https://github.com/SimY4) in [#&#8203;5783](https://github.com/kotest/kotest/pull/5783) - Add LazyJvmAssertion to avoid stacktraces in inspectors by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5759](https://github.com/kotest/kotest/pull/5759) - Add primitive array support for beIn (shouldBeIn) matcher ([#&#8203;4354](https://github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5780](https://github.com/kotest/kotest/pull/5780) - Add finalizeSpec DSL function to TestConfiguration and Spec by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5750](https://github.com/kotest/kotest/pull/5750) - Add tests and fix for afterSpec/beforeSpec in TestFactory ([#&#8203;4133](https://github.com/kotest/kotest/issues/4133)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5786](https://github.com/kotest/kotest/pull/5786) - Normalize line breaks in test names for Gradle test filters by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5764](https://github.com/kotest/kotest/pull/5764) - Add primitive array support for inorder (shouldContainInOrder) matcher ([#&#8203;4354](https://github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5778](https://github.com/kotest/kotest/pull/5778) - Add primitive array support for containAll matcher ([#&#8203;4354](https://github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5776](https://github.com/kotest/kotest/pull/5776) ##### New Contributors - [@&#8203;PreAgile](https://github.com/PreAgile) made their first contribution in [#&#8203;5756](https://github.com/kotest/kotest/pull/5756) - [@&#8203;SimY4](https://github.com/SimY4) made their first contribution in [#&#8203;5783](https://github.com/kotest/kotest/pull/5783) **Full Changelog**: <https://github.com/kotest/kotest/compare/v6.1.7...v6.1.8> </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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
All checks were successful
Security / Trivy Security Scan (pull_request) Successful in 10s
Security / MobSF Scan (pull_request) Successful in 14s
Main CI / build (pull_request) Successful in 1m54s
6b51733feb
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-24 18:01:35 +00:00
renovate-bot deleted branch renovate/all-non-major-gradle-dependencies 2026-03-24 18:01:50 +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!26
No description provided.