diff --git a/pom.xml b/pom.xml index 915ad32..ee74e17 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ org.seleniumhq.selenium selenium-java - 3.13.0 + 3.14.0 test diff --git a/selenium.nuspec b/selenium.nuspec index c4839fc..d6ea75a 100644 --- a/selenium.nuspec +++ b/selenium.nuspec @@ -2,7 +2,7 @@ selenium - 3.13.0 + 3.14.0 Selenium https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS dhoer diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index b49722d..95c9ff7 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.13/selenium-server-standalone-3.13.0.jar' -$checksum = 'd03d5c3c8f292529fe235138756431cf1fc32ef9d0f76131c09b5366de4b3d99' +$url = 'https://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.jar' +$checksum = 'd38decb0a2ca9196e404838cd3866cd0129af5ee167c592b690e502f0b3d01ad' $checksumType = 'sha256' $toolsLocation = Get-ToolsLocation $seleniumDir = "$toolsLocation\selenium"