diff --git a/cookbooks/selenium-server/attributes/hub.bash b/cookbooks/selenium-server/attributes/hub.bash index fdd984d4..35a2a7fb 100755 --- a/cookbooks/selenium-server/attributes/hub.bash +++ b/cookbooks/selenium-server/attributes/hub.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" -export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.0.jar' +export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.1.jar' export SELENIUM_SERVER_INSTALL_FOLDER='/opt/selenium-server/hub' export SELENIUM_SERVER_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}" diff --git a/cookbooks/selenium-server/attributes/node.bash b/cookbooks/selenium-server/attributes/node.bash index 046e15fc..bbec3ea3 100755 --- a/cookbooks/selenium-server/attributes/node.bash +++ b/cookbooks/selenium-server/attributes/node.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" -export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.0.jar' +export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.1.jar' export SELENIUM_SERVER_INSTALL_FOLDER='/opt/selenium-server/node' export SELENIUM_SERVER_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"