Skip to content

Commit

Permalink
3.141.59 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoer authored Feb 18, 2019
1 parent 650fe97 commit 27b8bc6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.vagrant/
Gemfile.lock
target
.DS_Store
*.iml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.14.0</version>
<version>3.141.59</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion selenium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>selenium</id>
<version>3.14.0</version>
<version>3.141.59</version>
<title>Selenium</title>
<authors>https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS</authors>
<owners>dhoer</owners>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 27b8bc6

Please sign in to comment.