From ac0f4a1ab5c4a5aeac4fbaef53ae3325509ad853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:26:16 +0000 Subject: [PATCH] [Notification-service] Bump org.awaitility:awaitility Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.1 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.1...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- notification-service/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-service/build.gradle.kts b/notification-service/build.gradle.kts index 4a3f317..2275222 100644 --- a/notification-service/build.gradle.kts +++ b/notification-service/build.gradle.kts @@ -33,7 +33,7 @@ val mockkVersion = "1.13.11" val kotestJunit5Version = "5.9.1" val kotestSpringVersion = "1.3.0" val kotestJsonVersion = "5.9.1" -val awaitilityVersion = "4.2.1" +val awaitilityVersion = "4.3.0" val kafkaVersion = "3.3.0" dependencies {