From fceb84e4c8dd22a7b73053ef04d3238dd0dff658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 06:09:55 +0000 Subject: [PATCH] chore(deps): bump org.xerial.snappy:snappy-java Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.4 to 1.1.10.5. - [Release notes](https://github.com/xerial/snappy-java/releases) - [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.4...v1.1.10.5) --- 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 07bb71c..7cafd0b 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ dependencies { testImplementation "org.apache.kafka:connect-json:$kafkaVersion" testImplementation "com.google.cloud:google-cloud-nio:0.127.4" - testImplementation "org.xerial.snappy:snappy-java:1.1.10.4" + testImplementation "org.xerial.snappy:snappy-java:1.1.10.5" testImplementation "com.github.luben:zstd-jni:1.5.5-5" testImplementation ("org.apache.parquet:parquet-tools:1.11.2") { exclude group: "org.slf4j", module: "slf4j-api"