renovate-bot opened a new pull request, #6525:
URL: https://github.com/apache/jmeter/pull/6525

   This PR contains the following updates:
   
   | Package | Change | Age | Confidence |
   |---|---|---|---|
   | [io.mockk:mockk](https://mockk.io) 
([source](https://redirect.github.com/mockk/mockk)) | `1.13.17` -> `1.14.6` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk/1.14.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk/1.13.17/1.14.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>mockk/mockk (io.mockk:mockk)</summary>
   
   ### [`v1.14.6`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.6)
   
   [Compare 
Source](https://redirect.github.com/mockk/mockk/compare/1.14.5...1.14.6)
   
   #### What's Changed
   
   - Fix and add clearMocks test cases by 
[@&#8203;jmatsu](https://redirect.github.com/jmatsu) in 
[#&#8203;1419](https://redirect.github.com/mockk/mockk/pull/1419)
   - make captured value reference volatile by 
[@&#8203;mmimica](https://redirect.github.com/mmimica) in 
[#&#8203;1418](https://redirect.github.com/mockk/mockk/pull/1418)
   - add fail-fast guard for Kotlin inline function mocking 
([#&#8203;1030](https://redirect.github.com/mockk/mockk/issues/1030)) by 
[@&#8203;ch200203](https://redirect.github.com/ch200203) in 
[#&#8203;1421](https://redirect.github.com/mockk/mockk/pull/1421)
   - add test reports to GitHub actions by 
[@&#8203;aSemy](https://redirect.github.com/aSemy) in 
[#&#8203;994](https://redirect.github.com/mockk/mockk/pull/994)
   - fix duration denormalized error by 
[@&#8203;tigermint](https://redirect.github.com/tigermint) in 
[#&#8203;1424](https://redirect.github.com/mockk/mockk/pull/1424)
   - refactor: enhance confirmVerified function to include clear option by 
[@&#8203;felix-dolderer-el](https://redirect.github.com/felix-dolderer-el) in 
[#&#8203;1427](https://redirect.github.com/mockk/mockk/pull/1427)
   
   #### New Contributors
   
   - [@&#8203;jmatsu](https://redirect.github.com/jmatsu) made their first 
contribution in 
[#&#8203;1419](https://redirect.github.com/mockk/mockk/pull/1419)
   - [@&#8203;mmimica](https://redirect.github.com/mmimica) made their first 
contribution in 
[#&#8203;1418](https://redirect.github.com/mockk/mockk/pull/1418)
   - [@&#8203;ch200203](https://redirect.github.com/ch200203) made their first 
contribution in 
[#&#8203;1421](https://redirect.github.com/mockk/mockk/pull/1421)
   - [@&#8203;tigermint](https://redirect.github.com/tigermint) made their 
first contribution in 
[#&#8203;1424](https://redirect.github.com/mockk/mockk/pull/1424)
   - [@&#8203;felix-dolderer-el](https://redirect.github.com/felix-dolderer-el) 
made their first contribution in 
[#&#8203;1427](https://redirect.github.com/mockk/mockk/pull/1427)
   
   **Full Changelog**: <https://github.com/mockk/mockk/compare/1.14.5...1.14.6>
   
   ### [`v1.14.5`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.5)
   
   [Compare 
Source](https://redirect.github.com/mockk/mockk/compare/1.14.4...1.14.5)
   
   #### What's Changed
   
   - \[Feature] Implement BDD-style aliases as separate module (mockk-bdd) by 
[@&#8203;Minseok-2001](https://redirect.github.com/Minseok-2001) in 
[#&#8203;1399](https://redirect.github.com/mockk/mockk/pull/1399)
   - fix: downgrade byte-buddy to 1.5.11 by 
[@&#8203;Komdosh](https://redirect.github.com/Komdosh) in 
[#&#8203;1413](https://redirect.github.com/mockk/mockk/pull/1413)
   
   #### New Contributors
   
   - [@&#8203;Minseok-2001](https://redirect.github.com/Minseok-2001) made 
their first contribution in 
[#&#8203;1399](https://redirect.github.com/mockk/mockk/pull/1399)
   
   **Full Changelog**: <https://github.com/mockk/mockk/compare/1.14.4...1.14.5>
   
   ### [`v1.14.4`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.4)
   
   [Compare 
Source](https://redirect.github.com/mockk/mockk/compare/1.14.3...1.14.4)
   
   This release is functionally equivalent to v1.14.3, I just wanted to try out 
the new publishing process that uses Maven Central instead of OSSRH.
   
   **Full Changelog**: <https://github.com/mockk/mockk/compare/1.14.3...1.14.4>
   
   ### [`v1.14.3`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.3)
   
   [Compare 
Source](https://redirect.github.com/mockk/mockk/compare/1.14.2...1.14.3)
   
   #### What's Changed
   
   - chore: bump byte buddy version to support java 24 by 
[@&#8203;Komdosh](https://redirect.github.com/Komdosh) in 
[#&#8203;1387](https://redirect.github.com/mockk/mockk/pull/1387)
   - chore: bump gradle version to 8.14 by 
[@&#8203;Komdosh](https://redirect.github.com/Komdosh) in 
[#&#8203;1389](https://redirect.github.com/mockk/mockk/pull/1389)
   - chore: bump dokka, kotlinx.coroutines, slf4j, logback, junit jupiter by 
[@&#8203;Komdosh](https://redirect.github.com/Komdosh) in 
[#&#8203;1388](https://redirect.github.com/mockk/mockk/pull/1388)
   - Add recursive detection of meta-annotations by 
[@&#8203;VitalyVPinchuk](https://redirect.github.com/VitalyVPinchuk) in 
[#&#8203;1393](https://redirect.github.com/mockk/mockk/pull/1393)
   - chore: bump kotlin to 2.1.20 by 
[@&#8203;Komdosh](https://redirect.github.com/Komdosh) in 
[#&#8203;1390](https://redirect.github.com/mockk/mockk/pull/1390)
   - fix: enable confirmVerified to work with static mocks by 
[@&#8203;happysubin](https://redirect.github.com/happysubin) in 
[#&#8203;1396](https://redirect.github.com/mockk/mockk/pull/1396)
   - Add logging on failure inside withArg by 
[@&#8203;Djaler](https://redirect.github.com/Djaler) in 
[#&#8203;1395](https://redirect.github.com/mockk/mockk/pull/1395)
   - Update Android aritfacts to support 16kb page sizes by 
[@&#8203;WhosNickDoglio](https://redirect.github.com/WhosNickDoglio) in 
[#&#8203;1394](https://redirect.github.com/mockk/mockk/pull/1394)
   - Use instance factory for value classes with any() matcher by 
[@&#8203;esafak](https://redirect.github.com/esafak) in 
[#&#8203;1403](https://redirect.github.com/mockk/mockk/pull/1403)
   
   #### New Contributors
   
   - [@&#8203;Komdosh](https://redirect.github.com/Komdosh) made their first 
contribution in 
[#&#8203;1387](https://redirect.github.com/mockk/mockk/pull/1387)
   - [@&#8203;happysubin](https://redirect.github.com/happysubin) made their 
first contribution in 
[#&#8203;1396](https://redirect.github.com/mockk/mockk/pull/1396)
   - [@&#8203;Djaler](https://redirect.github.com/Djaler) made their first 
contribution in 
[#&#8203;1395](https://redirect.github.com/mockk/mockk/pull/1395)
   - [@&#8203;WhosNickDoglio](https://redirect.github.com/WhosNickDoglio) made 
their first contribution in 
[#&#8203;1394](https://redirect.github.com/mockk/mockk/pull/1394)
   - [@&#8203;esafak](https://redirect.github.com/esafak) made their first 
contribution in 
[#&#8203;1403](https://redirect.github.com/mockk/mockk/pull/1403)
   
   **Full Changelog**: <https://github.com/mockk/mockk/compare/1.14.2...1.14.3>
   
   ### [`v1.14.2`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.2)
   
   [Compare 
Source](https://redirect.github.com/mockk/mockk/compare/1.14.0...1.14.2)
   
   ##### What's Changed
   
   - Change mockk configuration paths to test sourceSet by 
[@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob) in 
[#&#8203;1378](https://redirect.github.com/mockk/mockk/pull/1378)
   - Use redefine if mockkStatic is used (fix candidate for 
[#&#8203;1375](https://redirect.github.com/mockk/mockk/issues/1375)) by 
[@&#8203;sgerke-1L](https://redirect.github.com/sgerke-1L) in 
[#&#8203;1376](https://redirect.github.com/mockk/mockk/pull/1376)
   
   **Full Changelog**: <https://github.com/mockk/mockk/compare/1.14.0...1.14.2>
   
   ### [`v1.14.0`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.0)
   
   [Compare 
Source](https://redirect.github.com/mockk/mockk/compare/1.13.17...1.14.0)
   
   #### What's Changed
   
   - Update the kdoc of verifyAll to describe its behavior correctly by 
[@&#8203;harel-biton](https://redirect.github.com/harel-biton) in 
[#&#8203;1363](https://redirect.github.com/mockk/mockk/pull/1363)
   - Fix returning result values by 
[@&#8203;burnoo](https://redirect.github.com/burnoo) in 
[#&#8203;1352](https://redirect.github.com/mockk/mockk/pull/1352)
   - fix: ensure confirmVerified is isolated per test by 
[@&#8203;rsvinicius](https://redirect.github.com/rsvinicius) in 
[#&#8203;1367](https://redirect.github.com/mockk/mockk/pull/1367)
   - Do not generate visibility bridge for package-private default methods 
(fixes [#&#8203;1118](https://redirect.github.com/mockk/mockk/issues/1118)) by 
[@&#8203;sgerke-1L](https://redirect.github.com/sgerke-1L) in 
[#&#8203;1366](https://redirect.github.com/mockk/mockk/pull/1366)
   - fix: handle fallback to default constructor parameters in constructed… by 
[@&#8203;VitalyVPinchuk](https://redirect.github.com/VitalyVPinchuk) in 
[#&#8203;1370](https://redirect.github.com/mockk/mockk/pull/1370)
   
   #### New Contributors
   
   - [@&#8203;harel-biton](https://redirect.github.com/harel-biton) made their 
first contribution in 
[#&#8203;1363](https://redirect.github.com/mockk/mockk/pull/1363)
   - [@&#8203;burnoo](https://redirect.github.com/burnoo) made their first 
contribution in 
[#&#8203;1352](https://redirect.github.com/mockk/mockk/pull/1352)
   - [@&#8203;rsvinicius](https://redirect.github.com/rsvinicius) made their 
first contribution in 
[#&#8203;1367](https://redirect.github.com/mockk/mockk/pull/1367)
   - [@&#8203;sgerke-1L](https://redirect.github.com/sgerke-1L) made their 
first contribution in 
[#&#8203;1366](https://redirect.github.com/mockk/mockk/pull/1366)
   - [@&#8203;VitalyVPinchuk](https://redirect.github.com/VitalyVPinchuk) made 
their first contribution in 
[#&#8203;1370](https://redirect.github.com/mockk/mockk/pull/1370)
   
   **Full Changelog**: <https://github.com/mockk/mockk/compare/1.13.17...1.14.0>
   
   </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to