summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2021-08-07 18:21:54 +0200
committerMichael Peter Christen <mc@yacy.net>2021-08-07 18:21:54 +0200
commit8a2adb2b15b5a1aa80de8501cffc13be27105a4c (patch)
tree60bda46908155f7748a129d96a47c3717468905d /build.xml
parent9182b3dfcafc767217b00bc22ddeb855ad85b407 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5414c8184..bd25f7538 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />