Skip to content

chore(deps): update all dependencies #61

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Update Change
io.cucumber:cucumber-junit patch 7.22.1 -> 7.22.2
io.cucumber:cucumber-scala patch 8.27.0 -> 8.27.2
io.gatling:gatling-jsonpath (source) minor 3.13.5 -> 3.14.1
org.scalamock:scalamock (source) patch 7.3.1 -> 7.3.2

Release Notes

cucumber/cucumber-jvm-scala (io.cucumber:cucumber-scala)

v8.27.2

Changed
  • [Core] Update cucumber-core dependency to 7.22.2

v8.27.1

Compare Source

Changed
  • [Core] Update cucumber-core dependency to 7.22.1
  • [Dependencies] chore(deps): update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.19.0
  • [Build] Publish to Sonatype Central Host
gatling/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.2

Compare Source

What's Changed

StubbedMethod0[R] will be replaced with StubbedMethod[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:

  1. returns in StubbedMethod0 is deprecated, returnsWith should be used instead
  2. returnsZIO in StubbedZIOMethod0 is deprecated, returnsZIOWith or other methods should be used instead
  3. returnsIO in StubbedIOMethod0 is deprecated, returnsIOWith or other methods should be used instead

After 01.07.2025 new minor version will be published without StubbedMethod0 and deprecated methods will change their signatures to ones from StubbedMethod.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch from 387f79c to a40267d Compare May 9, 2025 11:21
@renovate renovate bot changed the title chore(deps): update dependency org.scalamock:scalamock to v7.3.2 chore(deps): update all dependencies May 9, 2025
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1dd4bc8 to 65f5bd2 Compare May 13, 2025 07:48
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all branch from 65f5bd2 to 4971a4f Compare May 13, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants