Skip to content

Commit

Permalink
Merge pull request #5 from fkretzer/master
Browse files Browse the repository at this point in the history
upgrade selenium
  • Loading branch information
fkretzer authored Feb 20, 2018
2 parents 3c19048 + ab56d2f commit 0528467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
description = "Utilities for Geb-based browser tests of Tapestry applications"

group = "de.eddyson"
version = "0.41.1"
version = "0.42.0"

apply plugin: 'groovy'
apply plugin: 'maven'
Expand All @@ -30,7 +30,7 @@ ext.versions=[
tapestry: '5.4.3',
geb: '2.0',
spock: '1.1-groovy-2.4',
selenium: '3.8.1']
selenium: '3.9.1']

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

0 comments on commit 0528467

Please # to comment.