Skip to content

Commit

Permalink
Bump com.codeborne:selenide from 7.6.1 to 7.7.0 (#5646)
Browse files Browse the repository at this point in the history
Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) 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
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent a890564 commit ca28249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-plugin-web-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api project(':vividus-extension-selenium')
api project(':vividus-extension-web-app')

implementation(group: 'com.codeborne', name: 'selenide', version: '7.6.1')
implementation(group: 'com.codeborne', name: 'selenide', version: '7.7.0')

api platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.27.0')
implementation(group: 'org.seleniumhq.selenium', name: 'selenium-chrome-driver')
Expand Down

0 comments on commit ca28249

Please sign in to comment.