This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 4c6ac564a Bump org.tukaani:xz from 1.9 to 1.10 (#550)
4c6ac564a is described below
commit 4c6ac564aed2ac1668f79cfa1be0fac23f5dca9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 30 10:22:25 2024 -0400
Bump org.tukaani:xz from 1.9 to 1.10 (#550)
Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.9
to 1.10.
- [Release notes](https://github.com/tukaani-project/xz-java/releases)
-
[Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md)
- [Commits](https://github.com/tukaani-project/xz-java/compare/v1.9...v1.10)
---
updated-dependencies:
- dependency-name: org.tukaani:xz
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fdff22396..4b8db3071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z,
arj.
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
<optional>true</optional>
</dependency>
<dependency>