diff --git a/.gitignore b/.gitignore index 047c7f2..88371d5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ .vagrant/ Gemfile.lock target +.DS_Store +*.iml diff --git a/pom.xml b/pom.xml index ee74e17..b4e60d5 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ org.seleniumhq.selenium selenium-java - 3.14.0 + 3.141.59 test diff --git a/selenium.nuspec b/selenium.nuspec index d6ea75a..fd1ab9d 100644 --- a/selenium.nuspec +++ b/selenium.nuspec @@ -2,7 +2,7 @@ selenium - 3.14.0 + 3.141.59 Selenium https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS dhoer diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index 95c9ff7..0e36511 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition . $toolsDir\helpers.ps1 $packageName = $env:ChocolateyPackageName -$url = 'https://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.jar' -$checksum = 'd38decb0a2ca9196e404838cd3866cd0129af5ee167c592b690e502f0b3d01ad' +$url = 'https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar' +$checksum = 'acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb' $checksumType = 'sha256' $toolsLocation = Get-ToolsLocation $seleniumDir = "$toolsLocation\selenium"