1.14.3
What's Changed
- chore: bump byte buddy version to support java 24 by @Komdosh in https://github.com/mockk/mockk/pull/1387
- chore: bump gradle version to 8.14 by @Komdosh in https://github.com/mockk/mockk/pull/1389
- chore: bump dokka, kotlinx.coroutines, slf4j, logback, junit jupiter by @Komdosh in https://github.com/mockk/mockk/pull/1388
- Add recursive detection of meta-annotations by @VitalyVPinchuk in https://github.com/mockk/mockk/pull/1393
- chore: bump kotlin to 2.1.20 by @Komdosh in https://github.com/mockk/mockk/pull/1390
- fix: enable confirmVerified to work with static mocks by @happysubin in https://github.com/mockk/mockk/pull/1396
- Add logging on failure inside withArg by @Djaler in https://github.com/mockk/mockk/pull/1395
- Update Android aritfacts to support 16kb page sizes by @WhosNickDoglio in https://github.com/mockk/mockk/pull/1394
- Use instance factory for value classes with any() matcher by @esafak in https://github.com/mockk/mockk/pull/1403
New Contributors
- @Komdosh made their first contribution in https://github.com/mockk/mockk/pull/1387
- @happysubin made their first contribution in https://github.com/mockk/mockk/pull/1396
- @Djaler made their first contribution in https://github.com/mockk/mockk/pull/1395
- @WhosNickDoglio made their first contribution in https://github.com/mockk/mockk/pull/1394
- @esafak made their first contribution in https://github.com/mockk/mockk/pull/1403
Full Changelog: https://github.com/mockk/mockk/compare/1.14.2...1.14.3