From c01d3ec896f724bb6537f9e97ac1630d4f2953a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:33:21 +0000 Subject: [PATCH] chore(deps): bump org.awaitility:awaitility from 4.2.1 to 4.2.2 Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.1...awaitility-4.2.2) --- updated-dependencies: - dependency-name: org.awaitility:awaitility 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 de0eaaf..9c205fb 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ dependencies { testImplementation "org.openjdk.jmh:jmh-core:1.37" testImplementation "org.openjdk.jmh:jmh-generator-annprocess:1.37" testImplementation "org.assertj:assertj-core:3.26.3" - testImplementation 'org.awaitility:awaitility:4.2.1' + testImplementation 'org.awaitility:awaitility:4.2.2' jmh "org.apache.kafka:kafka_2.12:${kafkaVersion}" }