mirror of https://github.com/apache/nifi.git
NIFI-1759 Upgrade of commons-compress
This closes #407 Checked: - no regression - no use of deprecated methods
This commit is contained in:
parent
ddf8c6f8fa
commit
5999eab43f
2
pom.xml
2
pom.xml
|
@ -204,7 +204,7 @@ language governing permissions and limitations under the License. -->
|
|||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-compress</artifactId>
|
||||
<version>1.9</version>
|
||||
<version>1.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
|
Loading…
Reference in New Issue