diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-28 13:55:15 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-28 13:55:15 +0200 |
commit | 50f8511096401c2eb808160727ec7b653aa46ead (patch) | |
tree | f0b34ebc578e7e69d39f637d34d18773e2aec32b /pom.xml | |
parent | 04b56fe760a1ed87fd32a316de45e200dedd37cc (diff) | |
download | jgit-50f8511096401c2eb808160727ec7b653aa46ead.tar.gz jgit-50f8511096401c2eb808160727ec7b653aa46ead.zip |
Update org.tukaani:xz to 1.10
Change-Id: Ibd565d4d4e5ef0dd32514fdc6d73b44c25aaa27f
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -910,7 +910,7 @@ <dependency> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> - <version>1.9</version> + <version>1.10</version> <optional>true</optional> </dependency> |