From fa06f9ae2ea7ce48df0c85aebfb6dcbe0786e586 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:09:34 -0700 Subject: [PATCH] Update coroutinesVersion to v1.7.3 (#61) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8a14b79..a393f1c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ repositories { val grpcVersion = "1.53.0" val grpcKotlinVersion = "1.3.0" val protobufVersion = "3.21.9" -val coroutinesVersion = "1.6.4" +val coroutinesVersion = "1.7.3" val confluentVersion = "7.3.0" val junitJupiterVersion = "5.9.2" val testContainersVersion = "1.19.4"