Commit 27b8bc6 1 parent 650fe97 commit 27b8bc6 Copy full SHA for 27b8bc6
File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
.vagrant /
3
3
Gemfile.lock
4
4
target
5
+ .DS_Store
6
+ * .iml
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >org.seleniumhq.selenium</groupId >
39
39
<artifactId >selenium-java</artifactId >
40
- <version >3.14.0 </version >
40
+ <version >3.141.59 </version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
</dependencies >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
3
3
<metadata >
4
4
<id >selenium</id >
5
- <version >3.14.0 </version >
5
+ <version >3.141.59 </version >
6
6
<title >Selenium</title >
7
7
<authors >https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS</authors >
8
8
<owners >dhoer</owners >
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
4
4
. $toolsDir \helpers.ps1
5
5
6
6
$packageName = $env: ChocolateyPackageName
7
- $url = ' https://selenium-release.storage.googleapis.com/3.14 /selenium-server-standalone-3.14.0 .jar'
8
- $checksum = ' d38decb0a2ca9196e404838cd3866cd0129af5ee167c592b690e502f0b3d01ad '
7
+ $url = ' https://selenium-release.storage.googleapis.com/3.141 /selenium-server-standalone-3.141.59 .jar'
8
+ $checksum = ' acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb '
9
9
$checksumType = ' sha256'
10
10
$toolsLocation = Get-ToolsLocation
11
11
$seleniumDir = " $toolsLocation \selenium"
You can’t perform that action at this time.
0 commit comments