Bump mockk from 1.13.7 to 1.13.10
Bumps mockk from 1.13.7 to 1.13.10.
Updates io.mockk:mockk from 1.13.7 to 1.13.10
Release notes
Sourced from io.mockk:mockk's releases.
1.13.10
What's Changed
- Add support to nested value classes by
@rotilhoin mockk/mockk#1202- Fix callOriginal on default interface method by
@flapennain mockk/mockk#1203- Only unbox value class answers when appropriate by
@jselboin mockk/mockk#1204- Fix capture using mutable list of value class by
@ath0sin mockk/mockk#1209- Updates documentation to include example access error workaround for Android users by
@JakeSteamin mockk/mockk#1211New Contributors
@rotilhomade their first contribution in mockk/mockk#1202@jselbomade their first contribution in mockk/mockk#1204@ath0smade their first contribution in mockk/mockk#1209@JakeSteammade their first contribution in mockk/mockk#1211Full Changelog: https://github.com/mockk/mockk/compare/1.13.9...1.13.10
1.13.9
What's Changed
- Remove AllOpen plugin from Android libraries by
@SimonMarquisin mockk/mockk#1164- Enforce reproducible builds by
@SimonMarquisin mockk/mockk#1162- Fix unit tests errors by using
slf4jOrJulLogging()by@SimonMarquisin mockk/mockk#1166- Remove KAPT from Android libraries by
@SimonMarquisin mockk/mockk#1163- JVM 1.8 source compatibility by
@jeffdgr8in mockk/mockk#1161- Specify unique
android.namespaceto resolve warnings by@kubodein mockk/mockk#1181- Add scoped mock documentation by
@kshiredin mockk/mockk#1175- Upgrade Gradle to 8.4 by
@geekiyerin mockk/mockk#1184- Fixes infinite recursion when stubbing a fun that returns value class by
@OitoHin mockk/mockk#1176- Prevent kover setup failure without Android SDK by
@milgnerin mockk/mockk#1193- Support value classes for non-primitive types by
@milgnerin mockk/mockk#1192- Fix StackOverflowError calling method on spy of class with generic base class by
@flapennain mockk/mockk#1195New Contributors
@jeffdgr8made their first contribution in mockk/mockk#1161@kshiredmade their first contribution in mockk/mockk#1175@OitoHmade their first contribution in mockk/mockk#1176@flapennamade their first contribution in mockk/mockk#1195Full Changelog: https://github.com/mockk/mockk/compare/1.13.8...1.13.9
v1.13.8
What's Changed
- Bump googleapis from 20.2.0 to 59.0.0 in /cloud-badge by
@dependabotin mockk/mockk#482- Minor performance improvements to MockInjector by
@k163377in mockk/mockk#1134- Improve log message by
@marcelstoerin mockk/mockk#1117- Update README.md by
@iainismin mockk/mockk#1140- Update Android test targets by
@LeonRain mockk/mockk#1146- Fix
IncompatibleClassChangeErrorin Android instrumentation test (#1035) by@LeonRain mockk/mockk#1145- Update Gradle and Android dependencies by
@SimonMarquisin mockk/mockk#1105- Update byte-buddy 1.14.6 by
@SimonMarquisin mockk/mockk#1149- Remove unused
androidToolsinDeps.ktby@SimonMarquisin mockk/mockk#1150
... (truncated)
Commits
38a7f41Update the API filedb6c67aAdd the requireParallelTesting configuration flag9f19288Merge pull request #1211 from JakeSteam/patch-273803f8Adds example workaround for Android users108f9b4Merge pull request #1209 from ath0s/capture-mutable-list-value-classf33d04bFix capture using mutable list of value class640966dMerge pull request #1204 from jselbo/master894732eUpdate API with maybeUnboxValueForMethodReturned50694Merge pull request #1203 from flapenna/fix-calloriginal-default-interface-method3a00e7bOnly unbox value class answers when appropriate- Additional commits viewable in compare view
Updates io.mockk:mockk-dsl from 1.13.7 to 1.13.10
Release notes
Sourced from io.mockk:mockk-dsl's releases.
1.13.10
What's Changed
- Add support to nested value classes by
@rotilhoin mockk/mockk#1202- Fix callOriginal on default interface method by
@flapennain mockk/mockk#1203- Only unbox value class answers when appropriate by
@jselboin mockk/mockk#1204- Fix capture using mutable list of value class by
@ath0sin mockk/mockk#1209- Updates documentation to include example access error workaround for Android users by
@JakeSteamin mockk/mockk#1211New Contributors
@rotilhomade their first contribution in mockk/mockk#1202@jselbomade their first contribution in mockk/mockk#1204@ath0smade their first contribution in mockk/mockk#1209@JakeSteammade their first contribution in mockk/mockk#1211Full Changelog: https://github.com/mockk/mockk/compare/1.13.9...1.13.10
1.13.9
What's Changed
- Remove AllOpen plugin from Android libraries by
@SimonMarquisin mockk/mockk#1164- Enforce reproducible builds by
@SimonMarquisin mockk/mockk#1162- Fix unit tests errors by using
slf4jOrJulLogging()by@SimonMarquisin mockk/mockk#1166- Remove KAPT from Android libraries by
@SimonMarquisin mockk/mockk#1163- JVM 1.8 source compatibility by
@jeffdgr8in mockk/mockk#1161- Specify unique
android.namespaceto resolve warnings by@kubodein mockk/mockk#1181- Add scoped mock documentation by
@kshiredin mockk/mockk#1175- Upgrade Gradle to 8.4 by
@geekiyerin mockk/mockk#1184- Fixes infinite recursion when stubbing a fun that returns value class by
@OitoHin mockk/mockk#1176- Prevent kover setup failure without Android SDK by
@milgnerin mockk/mockk#1193- Support value classes for non-primitive types by
@milgnerin mockk/mockk#1192- Fix StackOverflowError calling method on spy of class with generic base class by
@flapennain mockk/mockk#1195New Contributors
@jeffdgr8made their first contribution in mockk/mockk#1161@kshiredmade their first contribution in mockk/mockk#1175@OitoHmade their first contribution in mockk/mockk#1176@flapennamade their first contribution in mockk/mockk#1195Full Changelog: https://github.com/mockk/mockk/compare/1.13.8...1.13.9
v1.13.8
What's Changed
- Bump googleapis from 20.2.0 to 59.0.0 in /cloud-badge by
@dependabotin mockk/mockk#482- Minor performance improvements to MockInjector by
@k163377in mockk/mockk#1134- Improve log message by
@marcelstoerin mockk/mockk#1117- Update README.md by
@iainismin mockk/mockk#1140- Update Android test targets by
@LeonRain mockk/mockk#1146- Fix
IncompatibleClassChangeErrorin Android instrumentation test (#1035) by@LeonRain mockk/mockk#1145- Update Gradle and Android dependencies by
@SimonMarquisin mockk/mockk#1105- Update byte-buddy 1.14.6 by
@SimonMarquisin mockk/mockk#1149- Remove unused
androidToolsinDeps.ktby@SimonMarquisin mockk/mockk#1150
... (truncated)
Commits
38a7f41Update the API filedb6c67aAdd the requireParallelTesting configuration flag9f19288Merge pull request #1211 from JakeSteam/patch-273803f8Adds example workaround for Android users108f9b4Merge pull request #1209 from ath0s/capture-mutable-list-value-classf33d04bFix capture using mutable list of value class640966dMerge pull request #1204 from jselbo/master894732eUpdate API with maybeUnboxValueForMethodReturned50694Merge pull request #1203 from flapenna/fix-calloriginal-default-interface-method3a00e7bOnly unbox value class answers when appropriate- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Might be connected to https://github.com/mockk/mockk/issues/1216 which describes the same kotlin.reflect.jvm.internal.KotlinReflectionInternalError: Unresolved class error
Superseded by #451.