Skip to content

Commit

Permalink
fix(deps): update selenium monorepo to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent 4eab52e commit 4321a0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
testingSupportVersion=3.2.2
gebVersion=2.3.1
seleniumVersion=3.141.59
seleniumVersion=4.22.0
webdriverBinariesVersion=2.7
chromeDriverVersion=96.0.4664.45
geckodriverVersion=0.24.0
seleniumSafariDriverVersion=3.141.59
seleniumSafariDriverVersion=4.22.0
scaffoldingVersion=5.0.1
fieldsVersion=3.0.0.RC1
assetPipelineVersion=4.3.0
Expand Down
10 changes: 5 additions & 5 deletions micronaut/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,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:3.141.59"
testImplementation "org.seleniumhq.selenium:selenium-api:3.141.59"
testImplementation "org.seleniumhq.selenium:selenium-support:3.141.59"
testRuntimeOnly "org.seleniumhq.selenium:selenium-chrome-driver:3.141.59"
testRuntimeOnly "org.seleniumhq.selenium:selenium-firefox-driver:3.141.59"
testImplementation "org.seleniumhq.selenium:selenium-remote-driver:4.21.0"
testImplementation "org.seleniumhq.selenium:selenium-api:4.21.0"
testImplementation "org.seleniumhq.selenium:selenium-support:4.22.0"
testRuntimeOnly "org.seleniumhq.selenium:selenium-chrome-driver:4.22.0"
testRuntimeOnly "org.seleniumhq.selenium:selenium-firefox-driver:4.22.0"
}

bootRun {
Expand Down

0 comments on commit 4321a0b

Please sign in to comment.