Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent dbe27db commit fc5a8a0
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 @@ -10,7 +10,7 @@ dependencies {
components.all<NettyBomAlignmentRule>()
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("com.codeborne:selenide:6.17.1")
testImplementation("com.codeborne:selenide:6.17.2")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.7")
constraints {
implementation("com.google.guava:guava:32.1.2-jre") {
Expand Down

0 comments on commit fc5a8a0

Please sign in to comment.