diff options
| author | Michael Peter Christen <mc@yacy.net> | 2021-08-07 18:21:54 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2021-08-07 18:21:54 +0200 |
| commit | 8a2adb2b15b5a1aa80de8501cffc13be27105a4c (patch) | |
| tree | 60bda46908155f7748a129d96a47c3717468905d /build.xml | |
| parent | 9182b3dfcafc767217b00bc22ddeb855ad85b407 (diff) | |
upgraded commons-compress lib
cause: alert in
https://github.com/yacy/yacy_search_server/security/dependabot/pom.xml/org.apache.commons:commons-compress/open
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ <pathelement location="${lib}/common-lang-3.3.2.jar" /> <pathelement location="${lib}/commons-codec-1.14.jar" /> <pathelement location="${lib}/commons-collections4-4.4.jar" /> - <pathelement location="${lib}/commons-compress-1.20.jar" /> + <pathelement location="${lib}/commons-compress-1.21.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" /> |
