diff --git a/plugin-core/docs/src/docs/code/s2-quickstart/build.gradle b/plugin-core/docs/src/docs/code/s2-quickstart/build.gradle index d5e882fbc..70360e27e 100644 --- a/plugin-core/docs/src/docs/code/s2-quickstart/build.gradle +++ b/plugin-core/docs/src/docs/code/s2-quickstart/build.gradle @@ -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 {