Skip to content

Bump selenideVersion from 7.6.1 to 7.7.0#130

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/selenideVersion-7.7.0
Jan 7, 2025
Merged

Bump selenideVersion from 7.6.1 to 7.7.0#130
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/selenideVersion-7.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps selenideVersion from 7.6.1 to 7.7.0.
Updates com.codeborne:selenide-proxy from 7.6.1 to 7.7.0

Release notes

Sourced from com.codeborne:selenide-proxy's releases.

v7.7.0

What's Changed

Dependency updates

New Contributors

Full Changelog: selenide/selenide@v7.6.1...v7.7.0

Changelog

Sourced from com.codeborne:selenide-proxy's changelog.

7.7.0 (07.01.2025)

  • #2304 add support for Moon browser automation solution (#2924)
  • #2769 add method $.scroll() with direction and length parameters -- thanks to donnieHub (#2809)
  • #2914 add debug logs for adding/removing listeners (#2915)
  • #2910 add BrowserUpProxy dependency to runtime scope (#2912)
  • [hotfix] update BrowserUpProxy MITM certificate (#2930)

See https://github.com/selenide/selenide/milestone/216?closed=1

Commits
  • 65f03ae release Selenide 7.7.0
  • 588ca67 [hotfix] update BrowserUpProxy MITM certificate
  • 56f787f Bump org.assertj:assertj-core from 3.27.1 to 3.27.2
  • 2149ae3 Bump io.github.littleproxy:littleproxy from 2.3.3 to 2.4.0
  • fbe4afd Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
  • ba661e6 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1
  • 1cc53e3 deprecated Selenoid module
  • a11f4da log test name before and after every test
  • d96c04f run Moon tests in github actions
  • 32fcdca check that file name doesn't contain ".." or "/"
  • Additional commits viewable in compare view

Updates com.codeborne:selenide-full-screenshot from 7.6.1 to 7.7.0

Release notes

Sourced from com.codeborne:selenide-full-screenshot's releases.

v7.7.0

What's Changed

Dependency updates

New Contributors

Full Changelog: selenide/selenide@v7.6.1...v7.7.0

Changelog

Sourced from com.codeborne:selenide-full-screenshot's changelog.

7.7.0 (07.01.2025)

  • #2304 add support for Moon browser automation solution (#2924)
  • #2769 add method $.scroll() with direction and length parameters -- thanks to donnieHub (#2809)
  • #2914 add debug logs for adding/removing listeners (#2915)
  • #2910 add BrowserUpProxy dependency to runtime scope (#2912)
  • [hotfix] update BrowserUpProxy MITM certificate (#2930)

See https://github.com/selenide/selenide/milestone/216?closed=1

Commits
  • 65f03ae release Selenide 7.7.0
  • 588ca67 [hotfix] update BrowserUpProxy MITM certificate
  • 56f787f Bump org.assertj:assertj-core from 3.27.1 to 3.27.2
  • 2149ae3 Bump io.github.littleproxy:littleproxy from 2.3.3 to 2.4.0
  • fbe4afd Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
  • ba661e6 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1
  • 1cc53e3 deprecated Selenoid module
  • a11f4da log test name before and after every test
  • d96c04f run Moon tests in github actions
  • 32fcdca check that file name doesn't contain ".." or "/"
  • 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 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 `selenideVersion` from 7.6.1 to 7.7.0.

Updates `com.codeborne:selenide-proxy` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.6.1...v7.7.0)

Updates `com.codeborne:selenide-full-screenshot` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.6.1...v7.7.0)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide-proxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.codeborne:selenide-full-screenshot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 7, 2025
@github-actions github-actions bot merged commit c573bf7 into main Jan 7, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/selenideVersion-7.7.0 branch January 7, 2025 07:32
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants