Skip to content

Commit 27b8bc6

Browse files
authored
3.141.59 (#32)
1 parent 650fe97 commit 27b8bc6

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
.vagrant/
33
Gemfile.lock
44
target
5+
.DS_Store
6+
*.iml

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.seleniumhq.selenium</groupId>
3939
<artifactId>selenium-java</artifactId>
40-
<version>3.14.0</version>
40+
<version>3.141.59</version>
4141
<scope>test</scope>
4242
</dependency>
4343
</dependencies>

selenium.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>selenium</id>
5-
<version>3.14.0</version>
5+
<version>3.141.59</version>
66
<title>Selenium</title>
77
<authors>https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS</authors>
88
<owners>dhoer</owners>

tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
44
. $toolsDir\helpers.ps1
55

66
$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'
99
$checksumType = 'sha256'
1010
$toolsLocation = Get-ToolsLocation
1111
$seleniumDir = "$toolsLocation\selenium"

0 commit comments

Comments
 (0)