Skip to content

Commit

Permalink
Update selenium monorepo to v4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 4edd0cc commit 72ad25f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ assetPipelineVersion=4.3.0
hibernateCoreVersion=5.6.15.Final
hibernatEhcacheVersion=5.6.15.Final
gebVersion=6.0
seleniumVersion=4.13.0
seleniumVersion=4.14.0
chromeDriverVersion=110.0.5481.77
webdriverBinariesVersion=2.7
geckodriverVersion=0.32.2
Expand Down
6 changes: 3 additions & 3 deletions plugin/src/docs/code/s2-quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ dependencies {
testImplementation "org.mockito:mockito-core"
testImplementation "org.grails:grails-web-testing-support"
testImplementation "org.grails.plugins:geb"
testImplementation "org.seleniumhq.selenium:selenium-remote-driver:4.13.0"
testImplementation "org.seleniumhq.selenium:selenium-api:4.13.0"
testImplementation "org.seleniumhq.selenium:selenium-support:4.13.0"
testImplementation "org.seleniumhq.selenium:selenium-remote-driver:4.14.0"
testImplementation "org.seleniumhq.selenium:selenium-api:4.14.0"
testImplementation "org.seleniumhq.selenium:selenium-support:4.14.0"
testRuntimeOnly "org.seleniumhq.selenium:selenium-chrome-driver:4.13.0"
testRuntimeOnly "org.seleniumhq.selenium:selenium-firefox-driver:4.13.0"
}
Expand Down

0 comments on commit 72ad25f

Please sign in to comment.