Skip to content

Commit

Permalink
test: Align Selenium version in test dependencies (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Oct 13, 2023
1 parent d7b3be4 commit 0701528
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 @@ -59,7 +59,7 @@ dependencies {
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.5.3') {
exclude group: 'org.seleniumhq.selenium'
}
testImplementation platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.13.0')
testImplementation platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.14.1')
testImplementation 'org.seleniumhq.selenium:selenium-api'
testImplementation 'org.seleniumhq.selenium:selenium-remote-driver'
testImplementation 'org.seleniumhq.selenium:selenium-support'
Expand Down

0 comments on commit 0701528

Please sign in to comment.