Bump io.mockk:mockk from 1.14.6 to 1.14.7 by dependabot[bot] · Pull Request #18274 · spring-projects/spring-security
Bumps io.mockk:mockk from 1.14.6 to 1.14.7.
Release notes
Sourced from io.mockk:mockk's releases.
v1.14.7
What's Changed
- fix: normalize value class arguments in EqMatcher for consistent comparison by
@edwardmpin mockk/mockk#1440- Add configurable logging to withArg & withNullableArg by
@OsaSoftin mockk/mockk#1441- docs(readme): document suppressing superclass calls by
@ch200203in mockk/mockk#1444- Fix for issue #1103. by
@sdetillyin mockk/mockk#1449- Fix configuration option example for restricted classes by
@TWiStErRobin mockk/mockk#1465- Fix InaccessibleObjectException when spying on JDK interfaces on JDK 16+ by
@Copilotin mockk/mockk#1457- Fix Java 11 compatibility: replace Random.nextLong(long, long) with Java 8 compatible alternative by
@Copilotin mockk/mockk#1456- Add optional restricted mock system property by
@nishatomain mockk/mockk#1454- Fix StackOverflowError when mocking methods returning ArrayList by
@Copilotin mockk/mockk#1464- Change JUnit 4/5 dependencies from implementation to compileOnly by
@Copilotin mockk/mockk#1455New Contributors
@edwardmpmade their first contribution in mockk/mockk#1440@OsaSoftmade their first contribution in mockk/mockk#1441@sdetillymade their first contribution in mockk/mockk#1449@Copilotmade their first contribution in mockk/mockk#1457@nishatomamade their first contribution in mockk/mockk#1454Full Changelog: mockk/mockk@1.14.6...1.14.7
Commits
3b99349Version bumpd0e14bbMerge pull request #1455 from mockk/copilot/remove-transitive-junit-dependency9372ca6Merge pull request #1464 from mockk/copilot/fix-stackoverflow-error-mockk73736a6Address code review feedback for parseParamTypes6866dd0Merge pull request #1454 from nishatoma/add-strict-mocking-system-propertyea99f88Merge pull request #1456 from mockk/copilot/fix-mockk-compatibility-issueb7b72deMerge pull request #1457 from mockk/copilot/fix-inaccessibleobjectexception08d1d1dAddress comments7681de2Merge pull request #1465 from TWiStErRob/patch-254e6154Fix configuration option example for restricted classes- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)