Skip to content

Commit

Permalink
Upgraded selenium version
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Aug 4, 2016
1 parent 5184eaa commit f883bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-test/system-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.46.0</version>
<version>3.0.0-beta2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>2.46.0</version>
<version>3.0.0-beta2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f883bbe

Please sign in to comment.