chore(deps): update all dependencies #61
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.22.1
->7.22.2
8.27.0
->8.27.2
3.13.5
->3.14.1
7.3.1
->7.3.2
Release Notes
cucumber/cucumber-jvm-scala (io.cucumber:cucumber-scala)
v8.27.2
Changed
cucumber-core
dependency to 7.22.2v8.27.1
Compare Source
Changed
cucumber-core
dependency to 7.22.1gatling/gatling (io.gatling:gatling-jsonpath)
v3.14.1
Compare Source
v3.14.0
Compare Source
ScalaMock/ScalaMock (org.scalamock:scalamock)
v7.3.2
: 7.3.2Compare Source
What's Changed
StubbedMethod0[R]
will be replaced withStubbedMethod[Unit, R]
to make model simpler and allow to generalize with different methods. To make it possible - we need to make its API similar.Thats why:
returns
inStubbedMethod0
is deprecated,returnsWith
should be used insteadreturnsZIO
inStubbedZIOMethod0
is deprecated,returnsZIOWith
or other methods should be used insteadreturnsIO
inStubbedIOMethod0
is deprecated,returnsIOWith
or other methods should be used insteadAfter 01.07.2025 new minor version will be published without
StubbedMethod0
and deprecated methods will change their signatures to ones fromStubbedMethod
.Full Changelog: scalamock/scalamock@v7.3.1...v7.3.2
Configuration
📅 Schedule: Branch creation - "before 9am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.