From 4050ba0d1cce7193fbde8940b0c2d0d0ac3bb2d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:48:24 +0000 Subject: [PATCH] chore(deps): bump org.tukaani:xz in /backend in the minor group Bumps the minor group in /backend with 1 update: [org.tukaani:xz](https://github.com/tukaani-project/xz-java). Updates `org.tukaani:xz` 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 dependency-group: minor ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- backend/gradle.lockfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 3a7b1f75fe..a26ecc7739 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'org.apache.commons:commons-compress' implementation 'com.github.luben:zstd-jni:1.5.7-7' - implementation 'org.tukaani:xz:1.11' + implementation 'org.tukaani:xz:1.12' implementation("org.redundent:kotlin-xml-builder:1.9.3") implementation("org.jsoup:jsoup:1.22.1") diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index f8ec0e1638..15d34edb9a 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -289,7 +289,7 @@ org.testcontainers:testcontainers-jdbc:2.0.3=testCompileClasspath,testRuntimeCla org.testcontainers:testcontainers-minio:2.0.3=testCompileClasspath,testRuntimeClasspath org.testcontainers:testcontainers-postgresql:2.0.3=testCompileClasspath,testRuntimeClasspath org.testcontainers:testcontainers:2.0.3=testCompileClasspath,testRuntimeClasspath -org.tukaani:xz:1.11=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.tukaani:xz:1.12=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.webjars:swagger-ui:5.30.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.webjars:webjars-locator-lite:1.1.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.xerial.snappy:snappy-java:1.1.10.7=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath