Skip to content

Commit

Permalink
HTMLUnit driver version bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
filipcynarski committed Apr 6, 2017
1 parent 5fb1960 commit b04f8fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/quickstart/pom.xml
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.25</version>
<version>2.26</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-junit/src/it/junit/pom.xml
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.25</version>
<version>2.26</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-testng/src/it/testng/pom.xml
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.25</version>
<version>2.26</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.25</version>
<version>2.26</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down

0 comments on commit b04f8fc

Please sign in to comment.