mirror of https://github.com/apache/lucene.git
LUCENE-8456: Upgrade Apache Commons Compress to v1.18
This commit is contained in:
parent
57b33c19a4
commit
711a72ed84
|
@ -265,6 +265,8 @@ Other:
|
|||
|
||||
* LUCENE-8455: Upgrade ECJ compiler to 4.6.1 in lucene/common-build.xml (Erick Erickson)
|
||||
|
||||
* LUCENE-8456: Upgrade Apache Commons Compress to v1.18 (Steve Rowe)
|
||||
|
||||
======================= Lucene 7.4.1 =======================
|
||||
|
||||
Bug Fixes:
|
||||
|
|
|
@ -107,7 +107,7 @@ org.apache.calcite.version = 1.13.0
|
|||
/org.apache.calcite/calcite-linq4j = ${org.apache.calcite.version}
|
||||
|
||||
/org.apache.commons/commons-collections4 = 4.1
|
||||
/org.apache.commons/commons-compress = 1.16.1
|
||||
/org.apache.commons/commons-compress = 1.18
|
||||
/org.apache.commons/commons-exec = 1.3
|
||||
/org.apache.commons/commons-lang3 = 3.6
|
||||
/org.apache.commons/commons-math3 = 3.6.1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
7b5cdabadb4cf12f5ee0f801399e70635583193f
|
|
@ -0,0 +1 @@
|
|||
1191f9f2bc0c47a8cce69193feb1ff0a8bcb37d5
|
|
@ -306,6 +306,8 @@ Other Changes
|
|||
|
||||
* SOLR-12656: ShardSplitTest should extend AbstractFullDistribZkTestBase instead of BasicDistributedZkTest. (shalin)
|
||||
|
||||
* LUCENE-8456: Upgrade Apache Commons Compress to v1.18 (Steve Rowe)
|
||||
|
||||
================== 7.4.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
7b5cdabadb4cf12f5ee0f801399e70635583193f
|
|
@ -0,0 +1 @@
|
|||
1191f9f2bc0c47a8cce69193feb1ff0a8bcb37d5
|
Loading…
Reference in New Issue