Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3

Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-2 to 1.5.6-3.
- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-2...v1.5.6-3)

---
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-04-29 12:00:01 -04:00
committed by GitHub
parent 603e6c8c09
commit b415eafc38

View File

@@ -72,7 +72,7 @@ ext {
springRetryVersion = '2.0.5'
springVersion = '6.1.6'
testcontainersVersion = '1.19.7'
zstdJniVersion = '1.5.6-2'
zstdJniVersion = '1.5.6-3'
javaProjects = subprojects - project(':spring-amqp-bom')
}