Skip to content

Commit

Permalink
Merge pull request #9 from robmiles/master
Browse files Browse the repository at this point in the history
Upgrade to latest version of HtmlUnit (2.13) and Selenium HtmlUnit Driver (2.35.0)
  • Loading branch information
aharin committed Nov 26, 2013
2 parents 9088154 + 7de71a2 commit f68fd00
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions inproctester-htmlunit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.9</version>
<version>2.13</version>
</dependency>

</dependencies>
Expand Down Expand Up @@ -59,4 +59,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import com.thoughtworks.inproctester.core.InProcConnection;
import com.thoughtworks.inproctester.core.InProcRequest;
import com.thoughtworks.inproctester.core.InProcResponse;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;

import java.io.IOException;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import com.gargoylesoftware.htmlunit.util.NameValuePair;
import com.thoughtworks.inproctester.core.UrlHelper;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;

import java.util.List;

Expand Down
2 changes: 1 addition & 1 deletion inproctester-webdriver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-htmlunit-driver</artifactId>
<version>2.25.0</version>
<version>2.35.0</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit f68fd00

Please sign in to comment.