This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 78a2c4e14a8ad4603a11b7e14fb00cc1e11a0d7e Author: mr1716 <[email protected]> AuthorDate: Fri Jan 20 08:37:53 2023 -0500 NIFI-11072 Updated xz from 1.8 to 1.9 This closes #6871 Signed-off-by: David Handermann <[email protected]> --- minifi/pom.xml | 2 +- nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/minifi/pom.xml b/minifi/pom.xml index 063a3cc6dd..43679de57c 100644 --- a/minifi/pom.xml +++ b/minifi/pom.xml @@ -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> diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml index 905f10d444..d24eccd919 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml @@ -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>
