Skip to content

Commit

Permalink
Bump com.codeborne:selenide from 6.19.1 to 7.0.3
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.0.3.
- [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.0.3)

---
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 Dec 4, 2023
1 parent 622ed20 commit e709c8f
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.0.3")
}

tasks.test {
Expand Down

0 comments on commit e709c8f

Please sign in to comment.