Skip to content

Commit aa03716

Browse files
This PR contains the following updates:
| Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) | dependencies | misk/gradle/libs.versions.toml | gradle | major | `5.9.1` -> `6.0.3` | | [io.kotest:kotest-framework-engine](https://github.com/kotest/kotest) | dependencies | misk/gradle/libs.versions.toml | gradle | major | `5.9.1` -> `6.0.3` | | [io.kotest:kotest-common](https://github.com/kotest/kotest) | dependencies | misk/gradle/libs.versions.toml | gradle | major | `5.9.1` -> `6.0.3` | | [io.kotest:kotest-assertions-shared](https://github.com/kotest/kotest) | dependencies | misk/gradle/libs.versions.toml | gradle | major | `5.9.1` -> `6.0.3` | | [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | dependencies | misk/gradle/libs.versions.toml | gradle | major | `5.9.1` -> `6.0.3` | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-runner-junit5-jvm)</summary> ### [`v6.0.3`](https://github.com/kotest/kotest/releases/tag/v6.0.3) [Compare Source](kotest/kotest@6.0.2...6.0.3) ##### What's Changed - Update usage of Isolation Mode in lifecycle docs. by [@&#8203;Jadarma](https://github.com/Jadarma) in [#&#8203;5077](kotest/kotest#5077) - fix(extensions): Use the correct materialized type for TestContainer by [@&#8203;sschuberth](https://github.com/sschuberth) in [#&#8203;5079](kotest/kotest#5079) - Fix failing tests handling in the Kotest gradle task by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5080](kotest/kotest#5080) - allow StringSpec to use withData by [@&#8203;alfonsoristorato](https://github.com/alfonsoristorato) in [#&#8203;5075](kotest/kotest#5075) ##### New Contributors - [@&#8203;Jadarma](https://github.com/Jadarma) made their first contribution in [#&#8203;5077](kotest/kotest#5077) - [@&#8203;alfonsoristorato](https://github.com/alfonsoristorato) made their first contribution in [#&#8203;5075](kotest/kotest#5075) **Full Changelog**: <kotest/kotest@6.0.3...v6.0.3> ### [`v6.0.2`](https://github.com/kotest/kotest/releases/tag/v6.0.2) [Compare Source](kotest/kotest@6.0.1...6.0.2) ##### What's Changed - Replace typo in deprecation message of ContainerExtension by [@&#8203;gpopides](https://github.com/gpopides) in [#&#8203;5030](kotest/kotest#5030) - support arrays of primitives in shouldBeEqualToComparingFields by [@&#8203;AlexCue987](https://github.com/AlexCue987) in [#&#8203;5043](kotest/kotest#5043) - Improved resource and json matchers by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5045](kotest/kotest#5045) - Record (some) breaking changes in 6.0 by [@&#8203;TWiStErRob](https://github.com/TWiStErRob) in [#&#8203;5046](kotest/kotest#5046) - lists-maps-in-json by [@&#8203;AlexCue987](https://github.com/AlexCue987) in [#&#8203;5039](kotest/kotest#5039) - Replace prints with logger in gradle plugin by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5047](kotest/kotest#5047) - Add test for boolean matchers by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5048](kotest/kotest#5048) - Fix `InstancePerLeaf` execution order by [@&#8203;T45K](https://github.com/T45K) in [#&#8203;5044](kotest/kotest#5044) - Fix shouldCompleteWithin masking errors by [@&#8203;sksamuel](https://github.com/sksamuel) in [#&#8203;5049](kotest/kotest#5049) ##### New Contributors - [@&#8203;gpopides](https://github.com/gpopides) made their first contribution in [#&#8203;5030](kotest/kotest#5030) - [@&#8203;T45K](https://github.com/T45K) made their first contribution in [#&#8203;5044](kotest/kotest#5044) **Full Changelog**: <kotest/kotest@6.0.1...v6.0.2> ### [`v6.0.1`](https://github.com/kotest/kotest/releases/tag/v6.0.1) [Compare Source](kotest/kotest@6.0.0...6.0.1) **Full Changelog**: <kotest/kotest@6.0.0...v6.0.1> ### [`v6.0.0`](https://github.com/kotest/kotest/releases/tag/v6.0.0) <https://kotest.io/docs/release6/> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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). GitOrigin-RevId: 0f5f893461febd845f7933c0f70d410aed5424ea
1 parent a507e11 commit aa03716

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ guava = "33.4.8-jre"
1313
hoplite = "2.7.5"
1414
jackson = "2.20.0"
1515
junit = "5.13.4"
16-
kotest = "5.9.1"
16+
kotest = "6.0.3"
1717
kotlin = "2.1.21"
1818
kotlinBinaryCompatibilityPlugin = "0.18.1"
1919
ktor = "3.3.0"

wisp/wisp-feature-testing/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies {
1818
testImplementation(libs.assertj)
1919
testImplementation(libs.hopliteCore)
2020
testImplementation(libs.junitApi)
21+
testImplementation(libs.kotestAssertions)
2122
testImplementation(libs.kotestAssertionsShared)
2223
testImplementation(libs.kotestCommon)
2324
testImplementation(project(":wisp:wisp-resource-loader"))

wisp/wisp-token-testing/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies {
99
api(project(":misk-testing-api"))
1010

1111
api(libs.jakartaInject)
12+
testImplementation(libs.kotestAssertions)
1213
testImplementation(libs.kotestAssertionsShared)
1314
testImplementation(libs.kotestCommon)
1415
testImplementation(libs.kotestFrameworkEngine)

0 commit comments

Comments
 (0)