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 /build.xml | |
| 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 'build.xml')
| -rw-r--r-- | build.xml | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -178,21 +178,19 @@ <pathelement location="${lib}/common-image-3.3.2.jar" /> <pathelement location="${lib}/common-io-3.3.2.jar" /> <pathelement location="${lib}/common-lang-3.3.2.jar" /> - <pathelement location="${lib}/commons-codec-1.11.jar" /> - <pathelement location="${lib}/commons-compress-1.17.jar" /> + <pathelement location="${lib}/commons-codec-1.14.jar" /> + <pathelement location="${lib}/commons-compress-1.20.jar" /> <pathelement location="${lib}/xz-1.8.jar" /> - <pathelement location="${lib}/commons-fileupload-1.3.3.jar" /> - <pathelement location="${lib}/commons-io-2.6.jar" /> - <pathelement location="${lib}/commons-jxpath-1.3.jar" /> + <pathelement location="${lib}/commons-fileupload-1.4.jar" /> + <pathelement location="${lib}/commons-io-2.7.jar" /> <pathelement location="${lib}/commons-lang-2.6.jar" /> <pathelement location="${lib}/commons-logging-1.2.jar" /> <pathelement location="${lib}/commons-math3-3.4.1.jar" /> <pathelement location="${lib}/fontbox-2.0.15.jar" /> <pathelement location="${lib}/guava-18.0.jar" /> - <pathelement location="${lib}/htmllexer.jar" /> - <pathelement location="${lib}/httpclient-4.5.6.jar" /> - <pathelement location="${lib}/httpcore-4.4.10.jar" /> - <pathelement location="${lib}/httpmime-4.5.6.jar" /> + <pathelement location="${lib}/httpclient-4.5.12.jar" /> + <pathelement location="${lib}/httpcore-4.4.13.jar" /> + <pathelement location="${lib}/httpmime-4.5.12.jar" /> <pathelement location="${lib}/icu4j-63.1.jar" /> <pathelement location="${lib}/imageio-bmp-3.3.2.jar" /> <pathelement location="${lib}/imageio-core-3.3.2.jar" /> |
