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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-29 20:32:39 +00:00
committed by GitHub
parent 8be63b46e0
commit 1abf4acbfc

View File

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