Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-3 (#3082)

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

---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
  dependency-version: 1.5.7-3
  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]
2025-06-02 10:23:46 -04:00
committed by GitHub
parent 3b11220712
commit 4cd40e2809

View File

@@ -74,7 +74,7 @@ ext {
springRetryVersion = '2.0.11'
springVersion = '6.1.20'
testcontainersVersion = '1.19.8'
zstdJniVersion = '1.5.7-2'
zstdJniVersion = '1.5.7-3'
javaProjects = subprojects - project(':spring-amqp-bom')
}