Skip to content

Commit b9dbdc6

Browse files
committed
Updating dependency on commons-fileupload. Fixes #4906
1 parent 853a2b6 commit b9dbdc6

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

.idea/libraries/commons_fileupload.xml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.23.jar" sourcepath="/third-party/java/cssparser/cssparser-0.9.23-sources.jar"/>
2929
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>
3030
<classpathentry kind="lib" path="/third-party/java/xalan/xalan-2.7.2.jar"/>
31-
<classpathentry kind="lib" path="/third-party/java/commons-fileupload/commons-fileupload-1.2.2.jar" sourcepath="/third-party/java/commons-fileupload/commons-fileupload-1.2.2-src.jar"/>
31+
<classpathentry kind="lib" path="/third-party/java/commons-fileupload/commons-fileupload-1.3.3.jar" sourcepath="/third-party/java/commons-fileupload/commons-fileupload-1.3.3-src.jar"/>
3232
<classpathentry kind="lib" path="/third-party/java/little_proxy/littleproxy-1.1.2.jar" sourcepath="/third-party/java/little_proxy/littleproxy-1.1.2-sources.jar"/>
3333
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-api-9.4.5.v20170502.jar" sourcepath="/third-party/java/websocket/websocket-api-9.4.5.v20170502-sources.jar"/>
3434
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-client-9.4.5.v20170502.jar" sourcepath="/third-party/java/websocket/websocket-client-9.4.5.v20170502-sources.jar"/>

third_party/java/commons-fileupload/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: SKYLARK
22
prebuilt_jar(name = 'commons-fileupload',
3-
binary_jar = 'commons-fileupload-1.2.2.jar',
3+
binary_jar = 'commons-fileupload-1.3.3.jar',
44
visibility = [
55
'//java/client/test/org/openqa/selenium/environment:environment',
66
],
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)