From e18c2ebf3db378f289013b39b7a298831906bf90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:45:38 +0000 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-7 to 1.5.6-10 (#2972) Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-7 to 1.5.6-10. - [Commits](https://github.com/luben/zstd-jni/commits) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60ea75ab..fa430ffe 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ ext { springRetryVersion = '2.0.10' springVersion = '6.1.17' testcontainersVersion = '1.19.8' - zstdJniVersion = '1.5.6-7' + zstdJniVersion = '1.5.6-10' javaProjects = subprojects - project(':spring-amqp-bom') }