mirror of https://github.com/apache/lucene.git
SOLR-9819: Upgrade Apache commons-fileupload to 1.3.2, fixing a security vulnerability
This commit is contained in:
parent
98f75723f3
commit
c61268f7cd
|
@ -64,7 +64,7 @@ com.sun.jersey.version = 1.9
|
|||
/commons-collections/commons-collections = 3.2.2
|
||||
/commons-configuration/commons-configuration = 1.6
|
||||
/commons-digester/commons-digester = 2.1
|
||||
/commons-fileupload/commons-fileupload = 1.3.1
|
||||
/commons-fileupload/commons-fileupload = 1.3.2
|
||||
/commons-io/commons-io = 2.5
|
||||
/commons-lang/commons-lang = 2.6
|
||||
/commons-logging/commons-logging = 1.1.3
|
||||
|
|
|
@ -255,6 +255,8 @@ Other Changes
|
|||
* SOLR-9660: in GroupingSpecification factor [group](sort|offset|limit) into [group](sortSpec)
|
||||
(Judith Silverman, Christine Poerschke)
|
||||
|
||||
* SOLR-9819: Upgrade commons-fileupload to 1.3.2, fixing a potential vulnerability CVE-2016-3092 (Anshum Gupta)
|
||||
|
||||
================== 6.3.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
c621b54583719ac0310404463d6d99db27e1052c
|
|
@ -0,0 +1 @@
|
|||
5d7491ed6ebd02b6a8d2305f8e6b7fe5dbd95f72
|
Loading…
Reference in New Issue