From 7f64ecdc6dacc7be2f3d465db7689f16f417c96f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:35:13 +0000 Subject: [PATCH] Bump curatorVersion from 5.7.0 to 5.7.1 Bumps `curatorVersion` from 5.7.0 to 5.7.1. Updates `org.apache.curator:curator-recipes` from 5.7.0 to 5.7.1 - [Commits](https://github.com/apache/curator/compare/apache-curator-5.7.0...apache-curator-5.7.1) Updates `org.apache.curator:curator-test` from 5.7.0 to 5.7.1 - [Commits](https://github.com/apache/curator/compare/apache-curator-5.7.0...apache-curator-5.7.1) --- updated-dependencies: - dependency-name: org.apache.curator:curator-recipes dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.curator:curator-test 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 fd911699715..8ff0d528c91 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { commonsDbcp2Version = '2.12.0' commonsIoVersion = '2.17.0' commonsNetVersion = '3.11.1' - curatorVersion = '5.7.0' + curatorVersion = '5.7.1' debeziumVersion = '3.0.0.Final' derbyVersion = '10.16.1.1' ftpServerVersion = '1.2.0'