Skip to content

Commit dbad0d8

Browse files
committed
updating htmlunit to 2.21
1 parent 953f348 commit dbad0d8

10 files changed

+935
-5
lines changed

third_party/java/htmlunit/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
prebuilt_jar(name = 'htmlunit-driver',
2-
binary_jar = 'htmlunit-driver-2.20.0-SNAPSHOT.jar',
2+
binary_jar = 'htmlunit-driver-2.21.jar',
33
deps = [
44
':htmlunit',
55
],
66
visibility = ['PUBLIC'],
77
)
88

99
prebuilt_jar(name = 'htmlunit',
10-
binary_jar = 'htmlunit-2.20.jar',
11-
source_jar = 'htmlunit-2.20-sources.jar',
10+
binary_jar = 'htmlunit-2.21.jar',
11+
source_jar = 'htmlunit-2.21-sources.jar',
1212
deps = [
1313
':js-core',
1414
'//third_party/java/httpcomponents:httpclient',

third_party/java/htmlunit/build.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
java_library(name = "htmlunit",
22
deps = [
3-
"htmlunit-driver-2.20.0-SNAPSHOT.jar",
4-
"htmlunit-2.20.jar",
3+
"htmlunit-driver-2.21.jar",
4+
"htmlunit-2.21.jar",
55
"htmlunit-core-js-2.17.jar",
66
"//third_party/java/commons:commons-lang",
77
"//third_party/java/commons-collections",
-1.76 MB
Binary file not shown.
1.78 MB
Binary file not shown.

third_party/java/htmlunit/htmlunit-2.21.pom

Lines changed: 930 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)