renovate-bot opened a new pull request, #6438: URL: https://github.com/apache/jmeter/pull/6438
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.mockk:mockk](https://mockk.io) ([source](https://redirect.github.com/mockk/mockk)) | `1.13.7` -> `1.13.17` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mockk/mockk (io.mockk:mockk)</summary> ### [`v1.13.17`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.17) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.16...1.13.17) #### What's Changed - Fix(Issue [#​1333](https://redirect.github.com/mockk/mockk/issues/1333)): Bug fix for the issue with MockK 1.13.16 Wraps Results Objects Twice by [@​kpadhiamex](https://redirect.github.com/kpadhiamex) in [https://github.com/mockk/mockk/pull/1334](https://redirect.github.com/mockk/mockk/pull/1334) - Fix (issue# 1329) parallel testing for unmockkAll by [@​kpadhiamex](https://redirect.github.com/kpadhiamex) in [https://github.com/mockk/mockk/pull/1335](https://redirect.github.com/mockk/mockk/pull/1335) - \[[#​1304](https://redirect.github.com/mockk/mockk/issues/1304)] feat: Restrict mocking of certain classes and add configuration option by [@​devtaebong](https://redirect.github.com/devtaebong) in [https://github.com/mockk/mockk/pull/1340](https://redirect.github.com/mockk/mockk/pull/1340) - Update README.md - Clarify that private fields cannot be mocked by [@​p4ulor](https://redirect.github.com/p4ulor) in [https://github.com/mockk/mockk/pull/1347](https://redirect.github.com/mockk/mockk/pull/1347) - Added new property "failOnSetBackingFieldException" to fail test if a backing field could not be set by [@​cgm-aw](https://redirect.github.com/cgm-aw) in [https://github.com/mockk/mockk/pull/1349](https://redirect.github.com/mockk/mockk/pull/1349) - Fix compilation error in constructedWith docs by [@​TWiStErRob](https://redirect.github.com/TWiStErRob) in [https://github.com/mockk/mockk/pull/1354](https://redirect.github.com/mockk/mockk/pull/1354) #### New Contributors - [@​devtaebong](https://redirect.github.com/devtaebong) made their first contribution in [https://github.com/mockk/mockk/pull/1340](https://redirect.github.com/mockk/mockk/pull/1340) - [@​p4ulor](https://redirect.github.com/p4ulor) made their first contribution in [https://github.com/mockk/mockk/pull/1347](https://redirect.github.com/mockk/mockk/pull/1347) - [@​cgm-aw](https://redirect.github.com/cgm-aw) made their first contribution in [https://github.com/mockk/mockk/pull/1349](https://redirect.github.com/mockk/mockk/pull/1349) - [@​TWiStErRob](https://redirect.github.com/TWiStErRob) made their first contribution in [https://github.com/mockk/mockk/pull/1354](https://redirect.github.com/mockk/mockk/pull/1354) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.16...1.13.17 ### [`v1.13.16`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.16) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.14...1.13.16) #### What's Changed - Fix( Issue [#​1073](https://redirect.github.com/mockk/mockk/issues/1073)): Bug fix for the issue with mocking value classes with coEvery by [@​kpadhiamex](https://redirect.github.com/kpadhiamex) in [https://github.com/mockk/mockk/pull/1332](https://redirect.github.com/mockk/mockk/pull/1332) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.14...1.13.16 ### [`v1.13.14`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.14) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.13...1.13.14) #### What's Changed - fix(1308): Handle nullable complex and nested value classes by [@​VasilisDrettas-tomtom](https://redirect.github.com/VasilisDrettas-tomtom) in [https://github.com/mockk/mockk/pull/1314](https://redirect.github.com/mockk/mockk/pull/1314) - Fix(Issue no. 1330) for Relaxed Mocking Value When Property is Nested Value Class by [@​kpadhiamex](https://redirect.github.com/kpadhiamex) in [https://github.com/mockk/mockk/pull/1331](https://redirect.github.com/mockk/mockk/pull/1331) #### New Contributors - [@​kpadhiamex](https://redirect.github.com/kpadhiamex) made their first contribution in [https://github.com/mockk/mockk/pull/1331](https://redirect.github.com/mockk/mockk/pull/1331) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.13...1.13.14 ### [`v1.13.13`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.13) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.12...1.13.13) #### What's Changed - Kotlin 2.0.0 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1255](https://redirect.github.com/mockk/mockk/pull/1255) - Don't unbox primitive value class returned by suspend function by [@​SackCastellon](https://redirect.github.com/SackCastellon) in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - Fix RequireParallelTesting Annotation by [@​thamp59](https://redirect.github.com/thamp59) in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - Enable clearAllMocks to clear only thread-local mocks. by [@​xzhang-brex](https://redirect.github.com/xzhang-brex) in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) - build(issue 1280): bump toolchain-jvm version to 17 by [@​Kulesko](https://redirect.github.com/Kulesko) in [https://github.com/mockk/mockk/pull/1281](https://redirect.github.com/mockk/mockk/pull/1281) - fix(1284): do not transform static constructor by [@​LitterSun](https://redirect.github.com/LitterSun) in [https://github.com/mockk/mockk/pull/1285](https://redirect.github.com/mockk/mockk/pull/1285) - Remove unused loggers by [@​Sandhya2902](https://redirect.github.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1011](https://redirect.github.com/mockk/mockk/pull/1011) - chore: converting functions to expression bodies and minor function refactoring by [@​casplattel](https://redirect.github.com/casplattel) in [https://github.com/mockk/mockk/pull/1260](https://redirect.github.com/mockk/mockk/pull/1260) - Add anyNullable by [@​NWuensche](https://redirect.github.com/NWuensche) in [https://github.com/mockk/mockk/pull/1287](https://redirect.github.com/mockk/mockk/pull/1287) - fix(813): Handle nullable value classes by [@​VasilisDrettas-tomtom](https://redirect.github.com/VasilisDrettas-tomtom) in [https://github.com/mockk/mockk/pull/1295](https://redirect.github.com/mockk/mockk/pull/1295) - Improve error message on unexpected calls count by [@​MGaetan89](https://redirect.github.com/MGaetan89) in [https://github.com/mockk/mockk/pull/1298](https://redirect.github.com/mockk/mockk/pull/1298) - Run `unmockkAll` after each JUnit 5 test by [@​erikhuizinga](https://redirect.github.com/erikhuizinga) in [https://github.com/mockk/mockk/pull/1297](https://redirect.github.com/mockk/mockk/pull/1297) #### New Contributors - [@​SackCastellon](https://redirect.github.com/SackCastellon) made their first contribution in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - [@​thamp59](https://redirect.github.com/thamp59) made their first contribution in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - [@​xzhang-brex](https://redirect.github.com/xzhang-brex) made their first contribution in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) - [@​Kulesko](https://redirect.github.com/Kulesko) made their first contribution in [https://github.com/mockk/mockk/pull/1281](https://redirect.github.com/mockk/mockk/pull/1281) - [@​LitterSun](https://redirect.github.com/LitterSun) made their first contribution in [https://github.com/mockk/mockk/pull/1285](https://redirect.github.com/mockk/mockk/pull/1285) - [@​VasilisDrettas-tomtom](https://redirect.github.com/VasilisDrettas-tomtom) made their first contribution in [https://github.com/mockk/mockk/pull/1295](https://redirect.github.com/mockk/mockk/pull/1295) - [@​MGaetan89](https://redirect.github.com/MGaetan89) made their first contribution in [https://github.com/mockk/mockk/pull/1298](https://redirect.github.com/mockk/mockk/pull/1298) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.11...1.13.13 ### [`v1.13.12`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.12) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.11...1.13.12) #### What's Changed - Kotlin 2.0.0 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1255](https://redirect.github.com/mockk/mockk/pull/1255) - Don't unbox primitive value class returned by suspend function by [@​SackCastellon](https://redirect.github.com/SackCastellon) in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - Fix RequireParallelTesting Annotation by [@​thamp59](https://redirect.github.com/thamp59) in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - Enable clearAllMocks to clear only thread-local mocks. by [@​xzhang-brex](https://redirect.github.com/xzhang-brex) in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) #### New Contributors - [@​SackCastellon](https://redirect.github.com/SackCastellon) made their first contribution in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - [@​thamp59](https://redirect.github.com/thamp59) made their first contribution in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - [@​xzhang-brex](https://redirect.github.com/xzhang-brex) made their first contribution in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.11...1.13.12 ### [`v1.13.11`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.11) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.10...1.13.11) #### What's Changed - Fix wasNotshould throw exception when called on non mocked object by [@​Gosunet](https://redirect.github.com/Gosunet) in [https://github.com/mockk/mockk/pull/1174](https://redirect.github.com/mockk/mockk/pull/1174) - Fix cannot mock value class for class property in 1.13.10 by [@​ZhaohuaZeng-at](https://redirect.github.com/ZhaohuaZeng-at) in [https://github.com/mockk/mockk/pull/1230](https://redirect.github.com/mockk/mockk/pull/1230) - Introduce `verifyCount` DSL by [@​T45K](https://redirect.github.com/T45K) in [https://github.com/mockk/mockk/pull/1234](https://redirect.github.com/mockk/mockk/pull/1234) - Fix parallel testing flag by [@​Evenprime](https://redirect.github.com/Evenprime) in [https://github.com/mockk/mockk/pull/1238](https://redirect.github.com/mockk/mockk/pull/1238) - Implement `clearStaticMockk` for KFunction and KProperty by [@​krocard](https://redirect.github.com/krocard) in [https://github.com/mockk/mockk/pull/1239](https://redirect.github.com/mockk/mockk/pull/1239) - \[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR by [@​krocard](https://redirect.github.com/krocard) in [https://github.com/mockk/mockk/pull/1240](https://redirect.github.com/mockk/mockk/pull/1240) #### New Contributors - [@​Gosunet](https://redirect.github.com/Gosunet) made their first contribution in [https://github.com/mockk/mockk/pull/1174](https://redirect.github.com/mockk/mockk/pull/1174) - [@​ZhaohuaZeng-at](https://redirect.github.com/ZhaohuaZeng-at) made their first contribution in [https://github.com/mockk/mockk/pull/1230](https://redirect.github.com/mockk/mockk/pull/1230) - [@​T45K](https://redirect.github.com/T45K) made their first contribution in [https://github.com/mockk/mockk/pull/1234](https://redirect.github.com/mockk/mockk/pull/1234) - [@​Evenprime](https://redirect.github.com/Evenprime) made their first contribution in [https://github.com/mockk/mockk/pull/1238](https://redirect.github.com/mockk/mockk/pull/1238) - [@​krocard](https://redirect.github.com/krocard) made their first contribution in [https://github.com/mockk/mockk/pull/1239](https://redirect.github.com/mockk/mockk/pull/1239) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.10...1.13.11 ### [`v1.13.10`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.10) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.9...1.13.10) #### What's Changed - Add support to nested value classes by [@​rotilho](https://redirect.github.com/rotilho) in [https://github.com/mockk/mockk/pull/1202](https://redirect.github.com/mockk/mockk/pull/1202) - Fix callOriginal on default interface method by [@​flapenna](https://redirect.github.com/flapenna) in [https://github.com/mockk/mockk/pull/1203](https://redirect.github.com/mockk/mockk/pull/1203) - Only unbox value class answers when appropriate by [@​jselbo](https://redirect.github.com/jselbo) in [https://github.com/mockk/mockk/pull/1204](https://redirect.github.com/mockk/mockk/pull/1204) - Fix capture using mutable list of value class by [@​ath0s](https://redirect.github.com/ath0s) in [https://github.com/mockk/mockk/pull/1209](https://redirect.github.com/mockk/mockk/pull/1209) - Updates documentation to include example access error workaround for Android users by [@​JakeSteam](https://redirect.github.com/JakeSteam) in [https://github.com/mockk/mockk/pull/1211](https://redirect.github.com/mockk/mockk/pull/1211) #### New Contributors - [@​rotilho](https://redirect.github.com/rotilho) made their first contribution in [https://github.com/mockk/mockk/pull/1202](https://redirect.github.com/mockk/mockk/pull/1202) - [@​jselbo](https://redirect.github.com/jselbo) made their first contribution in [https://github.com/mockk/mockk/pull/1204](https://redirect.github.com/mockk/mockk/pull/1204) - [@​ath0s](https://redirect.github.com/ath0s) made their first contribution in [https://github.com/mockk/mockk/pull/1209](https://redirect.github.com/mockk/mockk/pull/1209) - [@​JakeSteam](https://redirect.github.com/JakeSteam) made their first contribution in [https://github.com/mockk/mockk/pull/1211](https://redirect.github.com/mockk/mockk/pull/1211) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.9...1.13.10 ### [`v1.13.9`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.9) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.8...1.13.9) #### What's Changed - Remove AllOpen plugin from Android libraries by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1164](https://redirect.github.com/mockk/mockk/pull/1164) - Enforce reproducible builds by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1162](https://redirect.github.com/mockk/mockk/pull/1162) - Fix unit tests errors by using `slf4jOrJulLogging()` by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1166](https://redirect.github.com/mockk/mockk/pull/1166) - Remove KAPT from Android libraries by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1163](https://redirect.github.com/mockk/mockk/pull/1163) - JVM 1.8 source compatibility by [@​jeffdgr8](https://redirect.github.com/jeffdgr8) in [https://github.com/mockk/mockk/pull/1161](https://redirect.github.com/mockk/mockk/pull/1161) - Specify unique `android.namespace` to resolve warnings by [@​kubode](https://redirect.github.com/kubode) in [https://github.com/mockk/mockk/pull/1181](https://redirect.github.com/mockk/mockk/pull/1181) - Add scoped mock documentation by [@​kshired](https://redirect.github.com/kshired) in [https://github.com/mockk/mockk/pull/1175](https://redirect.github.com/mockk/mockk/pull/1175) - Upgrade Gradle to 8.4 by [@​geekiyer](https://redirect.github.com/geekiyer) in [https://github.com/mockk/mockk/pull/1184](https://redirect.github.com/mockk/mockk/pull/1184) - Fixes infinite recursion when stubbing a fun that returns value class by [@​OitoH](https://redirect.github.com/OitoH) in [https://github.com/mockk/mockk/pull/1176](https://redirect.github.com/mockk/mockk/pull/1176) - Prevent kover setup failure without Android SDK by [@​milgner](https://redirect.github.com/milgner) in [https://github.com/mockk/mockk/pull/1193](https://redirect.github.com/mockk/mockk/pull/1193) - Support value classes for non-primitive types by [@​milgner](https://redirect.github.com/milgner) in [https://github.com/mockk/mockk/pull/1192](https://redirect.github.com/mockk/mockk/pull/1192) - Fix StackOverflowError calling method on spy of class with generic base class by [@​flapenna](https://redirect.github.com/flapenna) in [https://github.com/mockk/mockk/pull/1195](https://redirect.github.com/mockk/mockk/pull/1195) #### New Contributors - [@​jeffdgr8](https://redirect.github.com/jeffdgr8) made their first contribution in [https://github.com/mockk/mockk/pull/1161](https://redirect.github.com/mockk/mockk/pull/1161) - [@​kshired](https://redirect.github.com/kshired) made their first contribution in [https://github.com/mockk/mockk/pull/1175](https://redirect.github.com/mockk/mockk/pull/1175) - [@​OitoH](https://redirect.github.com/OitoH) made their first contribution in [https://github.com/mockk/mockk/pull/1176](https://redirect.github.com/mockk/mockk/pull/1176) - [@​flapenna](https://redirect.github.com/flapenna) made their first contribution in [https://github.com/mockk/mockk/pull/1195](https://redirect.github.com/mockk/mockk/pull/1195) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.8...1.13.9 ### [`v1.13.8`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.8) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.7...1.13.8) #### What's Changed - Bump googleapis from 20.2.0 to 59.0.0 in /cloud-badge by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mockk/mockk/pull/482](https://redirect.github.com/mockk/mockk/pull/482) - Minor performance improvements to MockInjector by [@​k163377](https://redirect.github.com/k163377) in [https://github.com/mockk/mockk/pull/1134](https://redirect.github.com/mockk/mockk/pull/1134) - Improve log message by [@​marcelstoer](https://redirect.github.com/marcelstoer) in [https://github.com/mockk/mockk/pull/1117](https://redirect.github.com/mockk/mockk/pull/1117) - Update README.md by [@​iainism](https://redirect.github.com/iainism) in [https://github.com/mockk/mockk/pull/1140](https://redirect.github.com/mockk/mockk/pull/1140) - Update Android test targets by [@​LeonRa](https://redirect.github.com/LeonRa) in [https://github.com/mockk/mockk/pull/1146](https://redirect.github.com/mockk/mockk/pull/1146) - Fix `IncompatibleClassChangeError` in Android instrumentation test ([#​1035](https://redirect.github.com/mockk/mockk/issues/1035)) by [@​LeonRa](https://redirect.github.com/LeonRa) in [https://github.com/mockk/mockk/pull/1145](https://redirect.github.com/mockk/mockk/pull/1145) - Update Gradle and Android dependencies by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1105](https://redirect.github.com/mockk/mockk/pull/1105) - Update byte-buddy 1.14.6 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1149](https://redirect.github.com/mockk/mockk/pull/1149) - Remove unused `androidTools` in `Deps.kt` by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1150](https://redirect.github.com/mockk/mockk/pull/1150) - Update Kotlin 1.9.10 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1148](https://redirect.github.com/mockk/mockk/pull/1148) - Update KotlinX Kover 0.7.3 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1152](https://redirect.github.com/mockk/mockk/pull/1152) - Remove Kotlin-IR from CI matrix by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1153](https://redirect.github.com/mockk/mockk/pull/1153) - Update Dokka 1.9.0 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1151](https://redirect.github.com/mockk/mockk/pull/1151) - Fix Kotlin version override in tests by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1154](https://redirect.github.com/mockk/mockk/pull/1154) - Use new Kotlin logo by [@​Goooler](https://redirect.github.com/Goooler) in [https://github.com/mockk/mockk/pull/1156](https://redirect.github.com/mockk/mockk/pull/1156) - Swap expected/actual in `KotlinVersionOverrideTest.kt` by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1157](https://redirect.github.com/mockk/mockk/pull/1157) - Reduce the use of spread operator to improve performance by [@​k163377](https://redirect.github.com/k163377) in [https://github.com/mockk/mockk/pull/1143](https://redirect.github.com/mockk/mockk/pull/1143) - update Kotlin and Java Toolchain properties, and setting them in CI by [@​aSemy](https://redirect.github.com/aSemy) in [https://github.com/mockk/mockk/pull/1056](https://redirect.github.com/mockk/mockk/pull/1056) - Fix `dokkaJavadoc` publishing task by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1160](https://redirect.github.com/mockk/mockk/pull/1160) #### New Contributors - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/mockk/mockk/pull/482](https://redirect.github.com/mockk/mockk/pull/482) - [@​k163377](https://redirect.github.com/k163377) made their first contribution in [https://github.com/mockk/mockk/pull/1134](https://redirect.github.com/mockk/mockk/pull/1134) - [@​marcelstoer](https://redirect.github.com/marcelstoer) made their first contribution in [https://github.com/mockk/mockk/pull/1117](https://redirect.github.com/mockk/mockk/pull/1117) - [@​LeonRa](https://redirect.github.com/LeonRa) made their first contribution in [https://github.com/mockk/mockk/pull/1146](https://redirect.github.com/mockk/mockk/pull/1146) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.7...1.13.8 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. â™» **Rebasing**: Whenever PR becomes conflicted, 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/apache/jmeter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org