Skip to content

Commit 3dbb17c

Browse files
committed
v3.14.0
1 parent 4e095ae commit 3dbb17c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.13.0</version>
40+
<version>3.14.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
</dependencies>

selenium.nuspec

Lines changed: 1 addition & 1 deletion
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.13.0</version>
5+
<version>3.14.0</version>
66
<title>Selenium</title>
77
<authors>https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS</authors>
88
<owners>dhoer</owners>

tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
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.13/selenium-server-standalone-3.13.0.jar'
8-
$checksum = 'd03d5c3c8f292529fe235138756431cf1fc32ef9d0f76131c09b5366de4b3d99'
7+
$url = 'https://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.jar'
8+
$checksum = 'd38decb0a2ca9196e404838cd3866cd0129af5ee167c592b690e502f0b3d01ad'
99
$checksumType = 'sha256'
1010
$toolsLocation = Get-ToolsLocation
1111
$seleniumDir = "$toolsLocation\selenium"

0 commit comments

Comments
 (0)