Skip to content

Commit

Permalink
update Selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenberger committed Sep 30, 2015
1 parent e279e97 commit c2b6125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ respositories {
}
dependencies {
testCompile 'de.eddyson:tapestry-geb:0.18.0'
testCompile "org.seleniumhq.selenium:selenium-firefox-driver:2.47.1"
testCompile 'de.eddyson:tapestry-geb:0.19.0'
testCompile "org.seleniumhq.selenium:selenium-firefox-driver:2.47.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Utilities for Geb-based browser tests of Tapestry applications"

group = "de.eddyson"
version = "0.18.0"
version = "0.19.0"

apply plugin: 'groovy'
apply plugin: 'maven'
Expand All @@ -26,7 +26,7 @@ ext.versions=[
tapestry: '5.4-beta-35',
geb: '0.12.2',
spock: '1.0-groovy-2.4',
selenium: '2.47.1']
selenium: '2.47.2']

dependencies {
compile "org.apache.tapestry:tapestry-runner:$versions.tapestry"
Expand Down

0 comments on commit c2b6125

Please # to comment.