Skip to content

Commit

Permalink
bump htmlunit to 2.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 25, 2016
1 parent ed563e9 commit 779b865
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .idea/libraries/htmlunit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<classpathentry kind="lib" path="/third_party/java/htmlunit/htmlunit-2.23.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.21-sources.jar"/>
<classpathentry kind="lib" path="/third_party/java/htmlunit/neko-htmlunit-2.23.jar" sourcepath="/third-party/java/htmlunit/neko-htmlunit-2.21-sources.jar"/>
<classpathentry kind="lib" path="/third_party/java/htmlunit/htmlunit-core-js-2.23.jar"/>
<classpathentry kind="lib" path="/third_party/java/selenium/htmlunit-driver-2.23.1.jar" sourcepath="/third-party/java/htmlunit/htmlunit-driver-2.23.1.jar"/>
<classpathentry kind="lib" path="/third_party/java/selenium/htmlunit-driver-2.23.2.jar" sourcepath="/third-party/java/htmlunit/htmlunit-driver-2.23.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-4.1.0.jar" sourcepath="/third-party/java/jna/jna-4.1.0-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-platform-4.1.0.jar" sourcepath="/third-party/java/jna/jna-platform-4.1.0-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-exec/commons-exec-1.3.jar" sourcepath="/third-party/java/commons-exec/commons-exec-1.3-sources.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/selenium/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'htmlunit-driver',
maven_coords = 'org.seleniumhq.selenium:htmlunit-driver:jar:2.23.1',
binary_jar = 'htmlunit-driver-2.23.1.jar',
source_jar = 'htmlunit-driver-2.23.1-sources.jar',
maven_coords = 'org.seleniumhq.selenium:htmlunit-driver:jar:2.23.2',
binary_jar = 'htmlunit-driver-2.23.2.jar',
source_jar = 'htmlunit-driver-2.23.2-sources.jar',
deps = [
'//java/client/src/org/openqa/selenium:selenium',
'//third_party/java/htmlunit:htmlunit',
Expand Down
Binary file not shown.
Binary file removed third_party/java/selenium/htmlunit-driver-2.23.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 779b865

Please sign in to comment.