Skip to content
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

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

⚠️ Dependabot is rebasing this PR ⚠️

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.

v1.13.8

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.7...1.13.8

V1.13.7

What's Changed

New Contributors

... (truncated)

Commits

Dependabot compatibility score

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)

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]>
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Jan 8, 2024
@@ -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")

Copy link

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.

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (533072e) 69.18% compared to head (8fb6009) 69.86%.

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.
📢 Have feedback on the report? Share it here.

@yuriykulikov yuriykulikov merged commit 325e309 into develop Jan 26, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/io.mockk-mockk-1.13.9 branch January 26, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant