Skip to content

Commit

Permalink
NIFI-11072 Updated xz from 1.8 to 1.9
Browse files Browse the repository at this point in the history
This closes apache#6871

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
mr1716 authored and exceptionfactory committed Jan 20, 2023
1 parent bdcefe4 commit 78a2c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minifi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 78a2c4e

Please sign in to comment.