mirror of https://github.com/apache/nifi.git
NIFI-11072 Updated xz from 1.8 to 1.9
This closes #6871 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
bdcefe4a98
commit
78a2c4e14a
|
@ -554,7 +554,7 @@ limitations under the License.
|
|||
<dependency>
|
||||
<groupId>org.tukaani</groupId>
|
||||
<artifactId>xz</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.saxon</groupId>
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
<dependency>
|
||||
<groupId>org.tukaani</groupId>
|
||||
<artifactId>xz</artifactId>
|
||||
<version>1.8</version>
|
||||
<version>1.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.saxon</groupId>
|
||||
|
|
Loading…
Reference in New Issue