Skip to content

Commit 5cc5664

Browse files
fix(deps): update dependency io.kotest:kotest-extensions-mockserver to v6.0.6 (#2150)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.kotest:kotest-extensions-mockserver](https://redirect.github.com/kotest/kotest) | `6.0.5` -> `6.0.6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-extensions-mockserver/6.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-extensions-mockserver/6.0.5/6.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-extensions-mockserver)</summary> ### [`v6.0.6`](https://redirect.github.com/kotest/kotest/releases/tag/v6.0.6) [Compare Source](https://redirect.github.com/kotest/kotest/compare/6.0.5...6.0.6) #### What's Changed - Clarify mock features in Kotest documentation by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5205](https://redirect.github.com/kotest/kotest/pull/5205) - Specific data test methods for various specs by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5144](https://redirect.github.com/kotest/kotest/pull/5144) - Another example for race conditions - mocking LocalDateTime.now() by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5209](https://redirect.github.com/kotest/kotest/pull/5209) - atMost-for-int ([#&#8203;5210](https://redirect.github.com/kotest/kotest/issues/5210)) by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5211](https://redirect.github.com/kotest/kotest/pull/5211) - atMost-for-long ([#&#8203;5212](https://redirect.github.com/kotest/kotest/issues/5212)) by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5213](https://redirect.github.com/kotest/kotest/pull/5213) - Update shouldBeOneOf assertion description by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5214](https://redirect.github.com/kotest/kotest/pull/5214) - Clarify shouldContainAll assertion description by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5215](https://redirect.github.com/kotest/kotest/pull/5215) - remove-code-duplication-in-GreaterThanOrEqual.kt by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5224](https://redirect.github.com/kotest/kotest/pull/5224) - Update to Gradle 9.2.1 & remove some potentially old workarounds by [@&#8203;nhajratw](https://redirect.github.com/nhajratw) in [#&#8203;5176](https://redirect.github.com/kotest/kotest/pull/5176) - more-info-for-oneOf by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5222](https://redirect.github.com/kotest/kotest/pull/5222) - Remove all uses of deprecated ComparableMatcherResult by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5231](https://redirect.github.com/kotest/kotest/pull/5231) - add-atLeast-atMost-for-BigDecimal by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5226](https://redirect.github.com/kotest/kotest/pull/5226) - Add project config option for concurrency order by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5232](https://redirect.github.com/kotest/kotest/pull/5232) - Reenable koin by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5233](https://redirect.github.com/kotest/kotest/pull/5233) - Remove usage of toFile in path matchers by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5229](https://redirect.github.com/kotest/kotest/pull/5229) - Avoid creating fresh root for the first test in `InstancePerLeaf` by [@&#8203;T45K](https://redirect.github.com/T45K) in [#&#8203;5201](https://redirect.github.com/kotest/kotest/pull/5201) - Alex/arbs support arrays of primitives by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5220](https://redirect.github.com/kotest/kotest/pull/5220) **Full Changelog**: <kotest/kotest@v6.0.5...v6.0.6> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 059b5ed commit 5cc5664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-internal/build.gradle.kts

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

25-
testImplementation("io.kotest:kotest-extensions-mockserver:6.0.5")
25+
testImplementation("io.kotest:kotest-extensions-mockserver:6.0.6")
2626
testImplementation("org.slf4j:slf4j-simple:2.0.17")
2727
}

0 commit comments

Comments
 (0)