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:
mr1716 2023-01-20 08:37:53 -05:00 committed by exceptionfactory
parent bdcefe4a98
commit 78a2c4e14a
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>