-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump io.mockk:mockk from 1.13.5 to 1.13.9 #656
Conversation
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -171,7 +171,7 @@ dependencies { | |||
|
|||
testImplementation("net.wuerl.kotlin:assertj-core-kotlin:0.2.1") | |||
testImplementation("junit:junit:4.13.2") | |||
testImplementation("io.mockk:mockk:1.13.5") | |||
testImplementation("io.mockk:mockk:1.13.9") | |||
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion") | |||
testImplementation("org.slf4j:slf4j-simple:2.0.9") | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code patch you provided shows a change in the version of the io.mockk:mockk
library. The previous version being used was 1.13.5, and it has been updated to 1.13.9.
This change seems to be focused on a test implementation. As long as the new version (1.13.9) is compatible with your existing code and tests, there shouldn't be any direct bug risks associated with this change. However, if you were relying on specific features or behaviors provided by the previous version, you should review the release notes of the new version (1.13.9) to ensure that it doesn't introduce any breaking changes or regressions that could affect your tests.
If you want to improve your code review process, you could consider adding a step for testing against different versions of the libraries you use to catch any potential compatibility issues early on. Additionally, keep an eye out for future updates to the libraries you rely on, as they may bring bug fixes, performance improvements, or new features that could benefit your code.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #656 +/- ##
=============================================
+ Coverage 69.18% 69.86% +0.67%
- Complexity 574 578 +4
=============================================
Files 76 76
Lines 4453 4453
Branches 537 537
=============================================
+ Hits 3081 3111 +30
+ Misses 1038 1009 -29
+ Partials 334 333 -1 ☔ View full report in Codecov by Sentry. |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps io.mockk:mockk from 1.13.5 to 1.13.9.
Release notes
Sourced from io.mockk:mockk's releases.
... (truncated)
Commits
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)