diff options
| author | sgaebel <sgaebel@localhost.localdomain> | 2020-07-26 17:10:18 +0200 |
|---|---|---|
| committer | sgaebel <sgaebel@localhost.localdomain> | 2020-07-26 21:58:15 +0200 |
| commit | e039a797d28d90ef5af3a7e1695fc0bf60867507 (patch) | |
| tree | 08fca003b11d193426760b8123fda79a1df5316c /.classpath | |
| parent | 9bc22971613c9ce9e8887d1c8202861465bb0790 (diff) | |
bump to commons-codec-1.14, commons-compress-1.20,
commons-fileupload-1.4, commons-io-2.7, httpclient-4.5.12,
httpcore-4.4.13, httpmime-4.5.12 + remove unused commons-jxpath-1.3,
htmllexer
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.classpath b/.classpath index 4803be439..b6616161c 100644 --- a/.classpath +++ b/.classpath @@ -17,20 +17,19 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/> <classpathentry kind="lib" path="lib/J7Zip-modified.jar"/> - <classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/> <classpathentry kind="lib" path="lib/jsch-0.1.54.jar"/> <classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/> - <classpathentry kind="lib" path="lib/commons-fileupload-1.3.3.jar"/> + <classpathentry kind="lib" path="lib/commons-fileupload-1.4.jar"/> <classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/> <classpathentry kind="lib" path="lib/xml-apis.jar"/> - <classpathentry kind="lib" path="lib/commons-compress-1.17.jar"/> + <classpathentry kind="lib" path="lib/commons-compress-1.20.jar"/> <classpathentry kind="lib" path="lib/xz-1.8.jar"/> <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/> - <classpathentry kind="lib" path="lib/commons-codec-1.11.jar"/> + <classpathentry kind="lib" path="lib/commons-codec-1.14.jar"/> <classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.25.jar"/> <classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.25.jar"/> <classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.25.jar"/> - <classpathentry kind="lib" path="lib/httpcore-4.4.10.jar"/> + <classpathentry kind="lib" path="lib/httpcore-4.4.13.jar"/> <classpathentry kind="lib" path="lib/metadata-extractor-2.11.0.jar"/> <classpathentry kind="lib" path="lib/xmpcore-5.1.3.jar"/> <classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/> @@ -43,7 +42,7 @@ <classpathentry kind="lib" path="lib/bcpkix-jdk15on-1.60.jar"/> <classpathentry kind="lib" path="lib/poi-3.17.jar"/> <classpathentry kind="lib" path="lib/poi-scratchpad-3.17.jar"/> - <classpathentry kind="lib" path="lib/commons-io-2.6.jar"/> + <classpathentry kind="lib" path="lib/commons-io-2.7.jar"/> <classpathentry kind="lib" path="lib/slf4j-api-1.7.25.jar"/> <classpathentry kind="lib" path="lib/chardet.jar"/> <classpathentry kind="lib" path="lib/jetty-client-9.4.17.v20190418.jar"/> @@ -60,8 +59,8 @@ <classpathentry kind="lib" path="lib/jetty-util-9.4.17.v20190418.jar"/> <classpathentry kind="lib" path="lib/jetty-webapp-9.4.17.v20190418.jar"/> <classpathentry kind="lib" path="lib/jetty-xml-9.4.17.v20190418.jar"/> - <classpathentry kind="lib" path="lib/httpclient-4.5.6.jar"/> - <classpathentry kind="lib" path="lib/httpmime-4.5.6.jar"/> + <classpathentry kind="lib" path="lib/httpclient-4.5.12.jar"/> + <classpathentry kind="lib" path="lib/httpmime-4.5.12.jar"/> <classpathentry kind="lib" path="lib/noggit-0.6.jar"/> <classpathentry kind="lib" path="lib/stax2-api-3.1.4.jar"/> <classpathentry kind="lib" path="lib/woodstox-core-asl-4.4.1.jar"/> @@ -90,7 +89,6 @@ <classpathentry kind="lib" path="lib/jsoup-1.12.1.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="lib" path="lib/icu4j-63.1.jar"/> - <classpathentry kind="lib" path="lib/htmllexer.jar"/> <classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/> <classpathentry kind="lib" path="lib/weupnp-0.1.4.jar"/> <classpathentry kind="lib" path="lib/common-image-3.3.2.jar"/> |
