Skip to content

Commit

Permalink
Bump org.seleniumhq.selenium:selenium-safari-driver
Browse files Browse the repository at this point in the history
Bumps [org.seleniumhq.selenium:selenium-safari-driver](https://github.com/SeleniumHQ/selenium) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.15.0...selenium-4.16.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-safari-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 46861c3 commit 787e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.codeborne:selenide-junit4:7.0.3'
testImplementation('org.seleniumhq.selenium:selenium-safari-driver:4.15.0') { transitive = false }
testImplementation('org.seleniumhq.selenium:selenium-safari-driver:4.16.0') { transitive = false }
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9'
}
Expand Down

0 comments on commit 787e39a

Please sign in to comment.