From 0f19733886a475ab03040a9035753b9cd00f72fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 02:59:43 +0000 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-5 to 1.5.6-6 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 284c3366e..4198ac5c4 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ ext { springRetryVersion = '2.0.9' springVersion = '6.2.0-SNAPSHOT' testcontainersVersion = '1.20.1' - zstdJniVersion = '1.5.6-5' + zstdJniVersion = '1.5.6-6' javaProjects = subprojects - project(':spring-amqp-bom') }