Skip to content

Commit

Permalink
Merge pull request #87 from grails-plugins/updateChromeDriverVersion
Browse files Browse the repository at this point in the history
Updated chromedriver to 87.0.4280.20
  • Loading branch information
puneetbehl authored Jan 29, 2021
2 parents 8af2a5d + 17dcc74 commit 59d22f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ repositories {
}

dependencies {
compile "gradle.plugin.com.github.erdi.webdriver-binaries:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion"

compile "org.springframework.boot:spring-boot-starter-logging"
compile "org.springframework.boot:spring-boot-autoconfigure"
compile "org.grails:grails-core"
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ projectDesc=Provides AST transformations for caching method calls
guide=../../guide
tags=../ref/Tags
gebVersion=2.3.1
seleniumVersion=3.14.0
webdriverBinariesVersion=2.0
seleniumVersion=3.141.59
webdriverBinariesVersion=2.4
hibernateCoreVersion=5.1.5.Final
chromeDriverVersion=2.45.0
chromeDriverVersion=87.0.4280.20
geckodriverVersion=0.24.0
seleniumSafariDriverVersion=3.14.0
seleniumSafariDriverVersion=3.14.0

0 comments on commit 59d22f3

Please sign in to comment.