Skip to content

Commit

Permalink
bumping htmlunit driver to 2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 24, 2016
1 parent b4ef4ec commit 7186e1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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',
binary_jar = 'htmlunit-driver-2.23.jar',
source_jar = 'htmlunit-driver-2.23-sources.jar',
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',
deps = [
'//java/client/src/org/openqa/selenium:selenium',
'//third_party/java/htmlunit:htmlunit',
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 7186e1a

Please sign in to comment.