From 1abf4acbfc8f2834e4ed25a7b70c21dd90cd829f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:32:39 +0000 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-3 to 1.5.6-4 (#9) Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-3 to 1.5.6-4. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-3...v1.5.6-4) --- 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 255182c4..9a988e99 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ ext { springRetryVersion = '2.0.7' springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13' testcontainersVersion = '1.19.8' - zstdJniVersion = '1.5.6-3' + zstdJniVersion = '1.5.6-4' javaProjects = subprojects - project(':spring-amqp-bom') }