mirror of https://github.com/apache/lucene.git
SOLR-7880: Update commons-cli to 1.4
This commit is contained in:
parent
15be0db586
commit
aeb9f6ce5b
|
@ -52,7 +52,7 @@ com.sun.jersey.version = 1.19
|
|||
|
||||
/com.tdunning/t-digest = 3.1
|
||||
/com.vaadin.external.google/android-json = 0.0.20131108.vaadin1
|
||||
/commons-cli/commons-cli = 1.2
|
||||
/commons-cli/commons-cli = 1.4
|
||||
/commons-codec/commons-codec = 1.13
|
||||
/commons-collections/commons-collections = 3.2.2
|
||||
/commons-fileupload/commons-fileupload = 1.3.3
|
||||
|
|
|
@ -204,6 +204,8 @@ Other Changes
|
|||
* SOLR-11934: Visit Solr logging, it's too noisy. Note particularly that the messages for
|
||||
opening a new searcher have changed and include the autowarm time. (Erick Erickson)
|
||||
|
||||
* SOLR-7880: Update commons-cli to 1.4 (Erick Erickson)
|
||||
|
||||
================== 8.5.1 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
2bf96b7aa8b611c177d329452af1dc933e14501c
|
|
@ -0,0 +1 @@
|
|||
c51c00206bb913cd8612b24abd9fa98ae89719b1
|
|
@ -46,7 +46,7 @@ com.sun.mail:gimap:1.5.1 (1 constraints: 09050036)
|
|||
com.sun.mail:javax.mail:1.5.1 (2 constraints: 830d2844)
|
||||
com.tdunning:t-digest:3.1 (1 constraints: a804212c)
|
||||
com.vaadin.external.google:android-json:0.0.20131108.vaadin1 (1 constraints: 34092a9e)
|
||||
commons-cli:commons-cli:1.2 (1 constraints: a7041c2c)
|
||||
commons-cli:commons-cli:1.4 (1 constraints: a9041e2c)
|
||||
commons-codec:commons-codec:1.13 (1 constraints: d904f430)
|
||||
commons-collections:commons-collections:3.2.2 (1 constraints: 09050236)
|
||||
commons-fileupload:commons-fileupload:1.3.3 (1 constraints: 0905fc35)
|
||||
|
|
|
@ -25,7 +25,7 @@ com.sun.mail:*=1.5.1
|
|||
com.tdunning:t-digest=3.1
|
||||
com.vaadin.external.google:android-json=0.0.20131108.vaadin1
|
||||
commons-beanutils:commons-beanutils=1.9.3
|
||||
commons-cli:commons-cli=1.2
|
||||
commons-cli:commons-cli=1.4
|
||||
commons-codec:commons-codec=1.13
|
||||
commons-collections:commons-collections=3.2.2
|
||||
commons-fileupload:commons-fileupload=1.3.3
|
||||
|
|
Loading…
Reference in New Issue