Skip to content

Commit

Permalink
update XZ for Java to get access to improved performance
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed May 12, 2021
1 parent 02dbe7b commit 5672064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -109,7 +109,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.8</version>
<version>1.9</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -338,6 +338,9 @@ The <action> type attribute can be add,update,fix,remove.
Handling of sparse tar entries has been hardened to ensure bad
inputs cause expected IOExceptions rather than RuntimeExceptions.
</action>
<action type="update" date="2021-05-12">
Update org.tukaani:xz from 1.8 to 1.9
</action>
</release>
<release version="1.20" date="2020-02-08"
description="Release 1.20 (Java 7)">
Expand Down

0 comments on commit 5672064

Please sign in to comment.