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` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk/1.13.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.mockk:mockk/1.13.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.mockk:mockk/1.13.7/1.13.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk/1.13.7/1.13.17?slim=true)](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 
[#&#8203;1333](https://redirect.github.com/mockk/mockk/issues/1333)): Bug fix 
for the issue with MockK 1.13.16 Wraps Results Objects Twice by 
[@&#8203;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 
[@&#8203;kpadhiamex](https://redirect.github.com/kpadhiamex) in 
[https://github.com/mockk/mockk/pull/1335](https://redirect.github.com/mockk/mockk/pull/1335)
   -   \[[#&#8203;1304](https://redirect.github.com/mockk/mockk/issues/1304)] 
feat: Restrict mocking of certain classes and add configuration option  by 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob) in 
[https://github.com/mockk/mockk/pull/1354](https://redirect.github.com/mockk/mockk/pull/1354)
   
   #### New Contributors
   
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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 
[#&#8203;1073](https://redirect.github.com/mockk/mockk/issues/1073)): Bug fix 
for the issue with mocking value classes with coEvery by 
[@&#8203;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 
[@&#8203;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 [@&#8203;kpadhiamex](https://redirect.github.com/kpadhiamex) in 
[https://github.com/mockk/mockk/pull/1331](https://redirect.github.com/mockk/mockk/pull/1331)
   
   #### New Contributors
   
   -   [@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 [@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;erikhuizinga](https://redirect.github.com/erikhuizinga) in 
[https://github.com/mockk/mockk/pull/1297](https://redirect.github.com/mockk/mockk/pull/1297)
   
   #### New Contributors
   
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   
[@&#8203;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)
   -   [@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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
   
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;krocard](https://redirect.github.com/krocard) in 
[https://github.com/mockk/mockk/pull/1240](https://redirect.github.com/mockk/mockk/pull/1240)
   
   #### New Contributors
   
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 [@&#8203;JakeSteam](https://redirect.github.com/JakeSteam) in 
[https://github.com/mockk/mockk/pull/1211](https://redirect.github.com/mockk/mockk/pull/1211)
   
   #### New Contributors
   
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 [@&#8203;flapenna](https://redirect.github.com/flapenna) in 
[https://github.com/mockk/mockk/pull/1195](https://redirect.github.com/mockk/mockk/pull/1195)
   
   #### New Contributors
   
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
([#&#8203;1035](https://redirect.github.com/mockk/mockk/issues/1035)) by 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;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 
[@&#8203;SimonMarquis](https://redirect.github.com/SimonMarquis) in 
[https://github.com/mockk/mockk/pull/1160](https://redirect.github.com/mockk/mockk/pull/1160)
   
   #### New Contributors
   
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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)
   -   [@&#8203;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

Reply via email to