From ef4a7c09f18868156c4883afa545c4859c3aca42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:19:15 +0000 Subject: [PATCH] build(deps): bump org.xerial.snappy:snappy-java Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.1 to 1.1.10.3. - [Release notes](https://github.com/xerial/snappy-java/releases) - [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.1...v1.1.10.3) --- updated-dependencies: - dependency-name: org.xerial.snappy:snappy-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5eb31126..51d11da8 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ dependencies { exclude group: "org.apache.kafka", module: "kafka-clients" } - implementation "org.xerial.snappy:snappy-java:1.1.10.1" + implementation "org.xerial.snappy:snappy-java:1.1.10.3" implementation "com.github.luben:zstd-jni:1.5.5-4" implementation "org.slf4j:slf4j-api:1.7.36"