Skip to content

Commit 241c239

Browse files
fix(deps): update dependency io.kotest:kotest-extensions-mockserver to v6.1.8 (#2269)
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-extensions-mockserver](https://redirect.github.com/kotest/kotest) | `6.1.7` → `6.1.8` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-extensions-mockserver/6.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-extensions-mockserver/6.1.7/6.1.8?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-extensions-mockserver)</summary> ### [`v6.1.8`](https://redirect.github.com/kotest/kotest/releases/tag/v6.1.8) [Compare Source](https://redirect.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://redirect.github.com/szpak) in [#&#8203;5748](https://redirect.github.com/kotest/kotest/pull/5748) - Add automatic JUnit4 [@&#8203;Rule](https://redirect.github.com/Rule) support to KotestTestRunner by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5749](https://redirect.github.com/kotest/kotest/pull/5749) - Follow up to [#&#8203;5704](https://redirect.github.com/kotest/kotest/issues/5704) to clean filters at execution time not configuration time by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5751](https://redirect.github.com/kotest/kotest/pull/5751) - ci: add workflow to auto-update API dumps on PR failures by [@&#8203;Kantis](https://redirect.github.com/Kantis) in [#&#8203;5757](https://redirect.github.com/kotest/kotest/pull/5757) - Update JsTestFrameworkTestEngineListener to handle nested tests correctly. by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5752](https://redirect.github.com/kotest/kotest/pull/5752) - Enabling update-api-dump for PRs from forks by [@&#8203;Kantis](https://redirect.github.com/Kantis) in [#&#8203;5760](https://redirect.github.com/kotest/kotest/pull/5760) - Make shouldHaveSingleElement and shouldNotHaveSingleElement chainable by [@&#8203;PreAgile](https://redirect.github.com/PreAgile) in [#&#8203;5756](https://redirect.github.com/kotest/kotest/pull/5756) - Fix ProhibitedAnalysisException when re-running failed tests by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5766](https://redirect.github.com/kotest/kotest/pull/5766) - Add JSON Schema prefixItems (tuple validation) and enum support by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5771](https://redirect.github.com/kotest/kotest/pull/5771) - Add primitive array support for contain matcher ([#&#8203;4354](https://redirect.github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5775](https://redirect.github.com/kotest/kotest/pull/5775) - Add JS lifecycle order test for issue [#&#8203;3340](https://redirect.github.com/kotest/kotest/issues/3340) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5767](https://redirect.github.com/kotest/kotest/pull/5767) - Mark AnnotationSpec lifecycle methods as implicitly used by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5768](https://redirect.github.com/kotest/kotest/pull/5768) - Support [@&#8203;Suppress](https://redirect.github.com/Suppress) for duplicated test name and focus-in-nested-test warnings by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5769](https://redirect.github.com/kotest/kotest/pull/5769) - Fix withClue clue context not included in assertion errors on non-JVM platforms by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5770](https://redirect.github.com/kotest/kotest/pull/5770) - re-add support for gradle test filters after gradle 9.4.0 by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5785](https://redirect.github.com/kotest/kotest/pull/5785) - Add primitive array support for sorted (shouldBeSorted) matcher ([#&#8203;4354](https://redirect.github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5781](https://redirect.github.com/kotest/kotest/pull/5781) - Fix Slow Arb.generate for large objects by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5761](https://redirect.github.com/kotest/kotest/pull/5761) - Publish IntelliJ plugin distribution zip to GitHub Packages on master by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5763](https://redirect.github.com/kotest/kotest/pull/5763) - Tidy up logging across the engine and runner by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5787](https://redirect.github.com/kotest/kotest/pull/5787) - Fix typo in `SpringExtension` by [@&#8203;T45K](https://redirect.github.com/T45K) in [#&#8203;5788](https://redirect.github.com/kotest/kotest/pull/5788) - Refactor `Discovery` to improve class visibility filtering by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5790](https://redirect.github.com/kotest/kotest/pull/5790) - Add tests for leading wildcard class name Gradle filter ([#&#8203;5639](https://redirect.github.com/kotest/kotest/issues/5639)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5791](https://redirect.github.com/kotest/kotest/pull/5791) - Add primitive array support for startWith/endWith matchers ([#&#8203;4354](https://redirect.github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5779](https://redirect.github.com/kotest/kotest/pull/5779) - Add primitive array support for containExactly matcher ([#&#8203;4354](https://redirect.github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5777](https://redirect.github.com/kotest/kotest/pull/5777) - closing [#&#8203;5782](https://redirect.github.com/kotest/kotest/issues/5782) : add ClasspathRootSelector support to shouldRunTests g… by [@&#8203;SimY4](https://redirect.github.com/SimY4) in [#&#8203;5783](https://redirect.github.com/kotest/kotest/pull/5783) - Add LazyJvmAssertion to avoid stacktraces in inspectors by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5759](https://redirect.github.com/kotest/kotest/pull/5759) - Add primitive array support for beIn (shouldBeIn) matcher ([#&#8203;4354](https://redirect.github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5780](https://redirect.github.com/kotest/kotest/pull/5780) - Add finalizeSpec DSL function to TestConfiguration and Spec by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5750](https://redirect.github.com/kotest/kotest/pull/5750) - Add tests and fix for afterSpec/beforeSpec in TestFactory ([#&#8203;4133](https://redirect.github.com/kotest/kotest/issues/4133)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5786](https://redirect.github.com/kotest/kotest/pull/5786) - Normalize line breaks in test names for Gradle test filters by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5764](https://redirect.github.com/kotest/kotest/pull/5764) - Add primitive array support for inorder (shouldContainInOrder) matcher ([#&#8203;4354](https://redirect.github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5778](https://redirect.github.com/kotest/kotest/pull/5778) - Add primitive array support for containAll matcher ([#&#8203;4354](https://redirect.github.com/kotest/kotest/issues/4354)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5776](https://redirect.github.com/kotest/kotest/pull/5776) #### New Contributors - [@&#8203;PreAgile](https://redirect.github.com/PreAgile) made their first contribution in [#&#8203;5756](https://redirect.github.com/kotest/kotest/pull/5756) - [@&#8203;SimY4](https://redirect.github.com/SimY4) made their first contribution in [#&#8203;5783](https://redirect.github.com/kotest/kotest/pull/5783) **Full Changelog**: <kotest/kotest@v6.1.7...v6.1.8> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6937962 commit 241c239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies {
2323
implementation("com.auth0:java-jwt:4.5.1")
2424
implementation("org.kohsuke:github-api:1.330")
2525

26-
testImplementation("io.kotest:kotest-extensions-mockserver:6.1.7")
26+
testImplementation("io.kotest:kotest-extensions-mockserver:6.1.8")
2727
testImplementation("org.slf4j:slf4j-simple:2.0.17")
2828
}

0 commit comments

Comments
 (0)