From 94060e6e17994f6fc20933746078d290b865b9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:15:08 +0000 Subject: [PATCH] Gradle: Bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-13 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.7-11 to 1.5.7-13. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.7-11...v1.5.7-13) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-version: 1.5.7-13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cfba26b62..99ebb79fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -110,7 +110,7 @@ buildscript { // here is some relative links: // issue : https://github.com/GoogleContainerTools/jib/issues/3714 // PR: https://github.com/GoogleContainerTools/jib/pull/3717 - classpath("com.github.luben:zstd-jni:1.5.7-11") + classpath("com.github.luben:zstd-jni:1.5.7-13") } }