From 0d538ce647ed4361ea823505bfd26da9d518ad6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:25:12 -0400 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-5 to 1.5.6-6 (#2841) 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] 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 4cdbfa0d8..ab791d595 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ ext { springRetryVersion = '2.0.9' springVersion = '6.1.13' testcontainersVersion = '1.19.8' - zstdJniVersion = '1.5.6-5' + zstdJniVersion = '1.5.6-6' javaProjects = subprojects - project(':spring-amqp-bom') }