Bump io.mockk:mockk from 1.14.7 to 1.14.9 by dependabot[bot] · Pull Request #18681 · spring-projects/spring-security
Navigation Menu
{{ message }}
spring-projects / spring-security Public
- Notifications You must be signed in to change notification settings
- Fork 6.2k
Merged
Conversation
Copy link
Contributor
dependabot
bot
commented
on behalf of github
Feb 6, 2026
dependabot
bot
commented
on behalf of github
Bumps io.mockk:mockk from 1.14.7 to 1.14.9.
Release notes
Sourced from io.mockk:mockk's releases.
v1.14.9
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#1455- bump dependencies, bump dexter by
@jgrnrtin mockk/mockk#1477- Fix issue 1475: nullable value class verification by
@sdetillyin mockk/mockk#1480- Migrate build configuration to version catalog by
@jgrnrtin mockk/mockk#1481- Clean up CI configuration and build artifacts by
@jgrnrtin mockk/mockk#1482- Add Spotless formatting plugin by
@jgrnrtin mockk/mockk#1483- Enable ktlint unused-imports rule and clean up code by
@jgrnrtin mockk/mockk#1489- chore: enable no-wildcard-imports in ktlint by
@jgrnrtin mockk/mockk#1491- Add List injection support for
@InjectMockKs(#1356) by@h2jineein mockk/mockk#1492- Unify settings files by prioritizing mockk.properties in MockKSettings by
@snowykte0426in mockk/mockk#1474- Fix type matching for any() when parameter is Any (#1296) by
@chapakookin mockk/mockk#1494- Upgrade Dokka to 2.1.0 and Refactor Documentation Setup by
@jgrnrtin mockk/mockk#1499- chore: bump gradle to 9.3.0, add .gitattributes by
@jgrnrtin mockk/mockk#1502- Fix #1342: Handle value classes for type parameters and don't unbox value classes returned as interface/supertype by
@ianbrandtin mockk/mockk#1442- Introduce clearAllStubsFromMemory by
@nishatomain mockk/mockk#1503- Bump dokka to 2.2.0-Beta by
@jgrnrtin mockk/mockk#1505- fix: resolve
@InjectMockKsinitialization order based on dependencies by@neungs-2in mockk/mockk#1500New 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#1454@jgrnrtmade their first contribution in mockk/mockk#1477@h2jineemade their first contribution in mockk/mockk#1492@snowykte0426made their first contribution in mockk/mockk#1474@chapakookmade their first contribution in mockk/mockk#1494@ianbrandtmade their first contribution in mockk/mockk#1442@neungs-2made their first contribution in mockk/mockk#1500Full Changelog: mockk/mockk@1.14.6...1.14.9
Commits
71a8e21Release v1.14.9 and bump versionscd84546Merge pull request #1500 from neungs-2/master79b507aMerge pull request #1505 from jgrnrt/fix-dokka-2373f95bbump dokka to 2.2.0-Beta to fix "ERROR CLASS: Symbol not found" in generated ...dbd755cdocs:@InjectMockKsdependency ordere4ff90bMerge pull request #1503 from nishatoma/add-clear-memory-method4a7d481fix: add backward compatible method for MockInitializerdb40a01Merge pull request #1442 from ianbrandt/issue-13429249fbfReplacedMethodHandleusage withMethodfor value class unboxing to suppo...a34d4d9Updated the:test-modules:client-testsKotlinx Coroutines dependency versio...- 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 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)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.7 to 1.14.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.7...1.14.9) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
rwinch
self-assigned this
rwinch
added this to the
7.0.3 milestone
dependabot
bot
deleted the
dependabot/gradle/7.0.x/io.mockk-mockk-1.14.9
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment