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 b07579032 Bump org.tukaani:xz from 1.11 to 1.12 (#767)
b07579032 is described below
commit b0757903222468a7a6b5e80a305ca749585129d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 06:31:29 2026 -0400
Bump org.tukaani:xz from 1.11 to 1.12 (#767)
Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from
1.11 to 1.12.
- [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.11...v1.12)
---
updated-dependencies:
- dependency-name: org.tukaani:xz
dependency-version: '1.12'
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 8ed7db1da..7cdc52ab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z,
arj.
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
- <version>1.11</version>
+ <version>1.12</version>
<optional>true</optional>
</dependency>
<dependency>