From 269489ed1f3292f84160445f4e6c22376f8d315a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:43:49 +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-1 to 1.5.6-2. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-1...v1.5.6-2) --- 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 77aabcc6b7..0c91399451 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-security" implementation 'org.apache.commons:commons-compress:1.26.1' - implementation 'com.github.luben:zstd-jni:1.5.6-1' + implementation 'com.github.luben:zstd-jni:1.5.6-2' implementation 'org.tukaani:xz:1.9' testImplementation("org.springframework.boot:spring-boot-starter-test") {