From b3d55e07516cd774ddb922bba83846b11cb34931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:15:39 +0000 Subject: [PATCH] chore(deps): bump org.apache.curator:curator-test from 5.7.0 to 5.7.1 Bumps [org.apache.curator:curator-test](https://github.com/apache/curator) 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-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 ff72b9e1b..e76a2b52a 100644 --- a/build.gradle +++ b/build.gradle @@ -236,7 +236,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-library:3.0' testImplementation 'org.mockito:mockito-junit-jupiter' testImplementation 'com.salesforce.kafka.test:kafka-junit5:3.2.5' - testImplementation 'org.apache.curator:curator-test:5.7.0' + testImplementation 'org.apache.curator:curator-test:5.7.1' testImplementation 'org.awaitility:awaitility:4.2.2' }