From e0d4950b78ea53e73ac286558f97ef268fc5442b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:47:47 +0000 Subject: [PATCH] chore(deps): bump com.github.luben:zstd-jni in /backend Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-5 to 1.5.6-6. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-5...v1.5.6-6) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index a5408e99b..816304c0a 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-security" implementation 'org.apache.commons:commons-compress:1.27.1' - implementation 'com.github.luben:zstd-jni:1.5.6-5' + implementation 'com.github.luben:zstd-jni:1.5.6-6' implementation 'org.tukaani:xz:1.10' implementation("org.redundent:kotlin-xml-builder:1.9.1")