Skip to content

Commit

Permalink
fix(deps): update selenium monorepo to v4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent 270ccd4 commit 15665bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin-core/docs/src/docs/code/s2-quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ 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.16.1"
testImplementation "org.seleniumhq.selenium:selenium-api:4.16.1"
testImplementation "org.seleniumhq.selenium:selenium-support:4.16.1"
testRuntimeOnly "org.seleniumhq.selenium:selenium-chrome-driver:4.16.1"
testRuntimeOnly "org.seleniumhq.selenium:selenium-firefox-driver:4.16.1"
testImplementation "org.seleniumhq.selenium:selenium-remote-driver:4.29.0"
testImplementation "org.seleniumhq.selenium:selenium-api:4.29.0"
testImplementation "org.seleniumhq.selenium:selenium-support:4.29.0"
testRuntimeOnly "org.seleniumhq.selenium:selenium-chrome-driver:4.29.0"
testRuntimeOnly "org.seleniumhq.selenium:selenium-firefox-driver:4.29.0"
}

bootRun {
Expand Down

0 comments on commit 15665bf

Please sign in to comment.