Skip to content

Commit

Permalink
Bump com.codeborne:selenide from 6.19.1 to 7.2.0
Browse files Browse the repository at this point in the history
Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) from 6.19.1 to 7.2.0.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v6.19.1...v7.2.0)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 2fb7de5 commit fc54ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
testImplementation(kotlin("test"))

implementation("com.codeborne:selenide:6.19.1")
implementation("com.codeborne:selenide:7.2.0")
}

tasks.test {
Expand Down

0 comments on commit fc54ef3

Please sign in to comment.