CXwudi / youcal

Inspired by YouTrack Due Day Calendar, export YouTrack Issue Due to other calendar services (through iCalendar)
MIT License
2 stars 0 forks source link

⬆ upgrade dependency io.mockk:mockk to v1.13.4 #13

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.mockk:mockk (source) 1.13.3 -> 1.13.4 age adoption passing confidence

Release Notes

mockk/mockk ### [`v1.13.4`](https://togithub.com/mockk/mockk/releases/tag/v1.13.4) #### What's Changed - Remove redundant spread (\*) operator by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/986](https://togithub.com/mockk/mockk/pull/986) - Inline mocked subclass of sealed class along with the sealed class itself by [@​m-burst](https://togithub.com/m-burst) in [https://github.com/mockk/mockk/pull/988](https://togithub.com/mockk/mockk/pull/988) - Document InaccessibleObjectException/IllegalAccessException on JDK 16+ with solution by [@​sergey-volkov-lm](https://togithub.com/sergey-volkov-lm) in [https://github.com/mockk/mockk/pull/965](https://togithub.com/mockk/mockk/pull/965) - fix: \[[#​989](https://togithub.com/mockk/mockk/issues/989)] Slf4J 2.0+ Support by [@​Slava-Miligoulo-Target](https://togithub.com/Slava-Miligoulo-Target) in [https://github.com/mockk/mockk/pull/990](https://togithub.com/mockk/mockk/pull/990) - Fixes [#​647](https://togithub.com/mockk/mockk/issues/647) by allowing `classBeingRedefined` to be `null` by [@​gmazzo](https://togithub.com/gmazzo) in [https://github.com/mockk/mockk/pull/985](https://togithub.com/mockk/mockk/pull/985) - bump Gradle to 7.6 by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/992](https://togithub.com/mockk/mockk/pull/992) - bump Kover to 0.6.1 by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/993](https://togithub.com/mockk/mockk/pull/993) - Code cleanup by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/976](https://togithub.com/mockk/mockk/pull/976) - Update ByteBuddy to 1.12.20 by [@​ansman](https://togithub.com/ansman) in [https://github.com/mockk/mockk/pull/1002](https://togithub.com/mockk/mockk/pull/1002) - Customize jobs name to make the matrix values more explicit by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1004](https://togithub.com/mockk/mockk/pull/1004) - Replaced with fully qualified imports by [@​Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1006](https://togithub.com/mockk/mockk/pull/1006) - Update to Junit test by [@​Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1007](https://togithub.com/mockk/mockk/pull/1007) - Update to Junit5 from Junit4 by [@​Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1009](https://togithub.com/mockk/mockk/pull/1009) - Updated with right class name in logger by [@​Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1010](https://togithub.com/mockk/mockk/pull/1010) - Don't call match an extra time during verification by [@​camhashemi](https://togithub.com/camhashemi) in [https://github.com/mockk/mockk/pull/1017](https://togithub.com/mockk/mockk/pull/1017) - [#​1013](https://togithub.com/mockk/mockk/issues/1013) uncouple proxy objects from cancellable to make proxy available… by [@​bakomchik](https://togithub.com/bakomchik) in [https://github.com/mockk/mockk/pull/1018](https://togithub.com/mockk/mockk/pull/1018) - Update Kotlin to 1.8.0 by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/1023](https://togithub.com/mockk/mockk/pull/1023) - Edit RecordingStateTest, CommonCallRecorderTest by [@​bossm0n5t3r](https://togithub.com/bossm0n5t3r) in [https://github.com/mockk/mockk/pull/1028](https://togithub.com/mockk/mockk/pull/1028) - Edit CapturingGenericArgumentsTest by [@​bossm0n5t3r](https://togithub.com/bossm0n5t3r) in [https://github.com/mockk/mockk/pull/1029](https://togithub.com/mockk/mockk/pull/1029) - De-duplicate ProxyMaker by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/1025](https://togithub.com/mockk/mockk/pull/1025) #### New Contributors - [@​sergey-volkov-lm](https://togithub.com/sergey-volkov-lm) made their first contribution in [https://github.com/mockk/mockk/pull/965](https://togithub.com/mockk/mockk/pull/965) - [@​Slava-Miligoulo-Target](https://togithub.com/Slava-Miligoulo-Target) made their first contribution in [https://github.com/mockk/mockk/pull/990](https://togithub.com/mockk/mockk/pull/990) - [@​ansman](https://togithub.com/ansman) made their first contribution in [https://github.com/mockk/mockk/pull/1002](https://togithub.com/mockk/mockk/pull/1002) - [@​Sandhya2902](https://togithub.com/Sandhya2902) made their first contribution in [https://github.com/mockk/mockk/pull/1006](https://togithub.com/mockk/mockk/pull/1006) - [@​camhashemi](https://togithub.com/camhashemi) made their first contribution in [https://github.com/mockk/mockk/pull/1017](https://togithub.com/mockk/mockk/pull/1017) - [@​bakomchik](https://togithub.com/bakomchik) made their first contribution in [https://github.com/mockk/mockk/pull/1018](https://togithub.com/mockk/mockk/pull/1018) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.3...v1.13.4

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone America/Toronto, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.