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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-31 02:42:37 +00:00
committed by GitHub
parent 6841624cd0
commit da4a7a6b08

View File

@@ -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')
}