From da4a7a6b0892b44c3bcdd46f747ce50c916ac793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 02:42:37 +0000 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-4 to 1.5.6-5 (#2802) Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-4 to 1.5.6-5. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-4...v1.5.6-5) --- 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 bc2d9ff8..54b19675 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ ext { springRetryVersion = '2.0.8' springVersion = '6.2.0-SNAPSHOT' testcontainersVersion = '1.19.8' - zstdJniVersion = '1.5.6-4' + zstdJniVersion = '1.5.6-5' javaProjects = subprojects - project(':spring-amqp-bom') }