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 | |
| 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
| -rw-r--r-- | .classpath | 8 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | lib/commons-compress-1.21.License (renamed from lib/commons-compress-1.20.License) | 0 | ||||
| -rw-r--r-- | lib/commons-compress-1.21.jar | bin | 0 -> 1018316 bytes |
4 files changed, 7 insertions, 3 deletions
diff --git a/.classpath b/.classpath index 34756f84a..3f4b3e9bc 100644 --- a/.classpath +++ b/.classpath @@ -4,7 +4,11 @@ <classpathentry excluding="bookmarks/|ymarks/|bookmarks/posts/|bookmarks/tags/|bookmarks/xbel/|blacklists/" kind="src" path="htroot/api"/> <classpathentry excluding="posts/|tags/|xbel/" kind="src" path="htroot/api/bookmarks"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="lib" path="lib/J7Zip-modified.jar"/> <classpathentry kind="lib" path="lib/apache-mime4j-0.6.jar"/> <classpathentry kind="lib" path="lib/avatica-core-1.13.0.jar"/> @@ -18,7 +22,6 @@ <classpathentry kind="lib" path="lib/common-io-3.3.2.jar"/> <classpathentry kind="lib" path="lib/common-lang-3.3.2.jar"/> <classpathentry kind="lib" path="lib/commons-codec-1.14.jar"/> - <classpathentry kind="lib" path="lib/commons-compress-1.20.jar"/> <classpathentry kind="lib" path="lib/commons-fileupload-1.4.jar"/> <classpathentry kind="lib" path="lib/commons-io-2.7.jar"/> <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/> @@ -113,6 +116,7 @@ <classpathentry kind="lib" path="lib/commons-collections4-4.4.jar"/> <classpathentry kind="lib" path="lib/guava-25.1-jre.jar"/> <classpathentry kind="lib" path="lib/hazelcast-4.2.jar"/> + <classpathentry kind="lib" path="lib/commons-compress-1.21.jar"/> <classpathentry kind="src" path="htroot/api/blacklists"/> <classpathentry kind="src" path="htroot/api/bookmarks/posts"/> <classpathentry kind="src" path="htroot/api/bookmarks/tags"/> @@ -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" /> diff --git a/lib/commons-compress-1.20.License b/lib/commons-compress-1.21.License index 261eeb9e9..261eeb9e9 100644 --- a/lib/commons-compress-1.20.License +++ b/lib/commons-compress-1.21.License diff --git a/lib/commons-compress-1.21.jar b/lib/commons-compress-1.21.jar Binary files differnew file mode 100644 index 000000000..4892334d0 --- /dev/null +++ b/lib/commons-compress-1.21.jar |
