From 23049a2c963bae13adf9d85bec6954fe052e41e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:25:30 +0200 Subject: [PATCH] chore(deps): update kotlin monorepo to v2.0.21 (#641) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4c3efbb57..ba890b165 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ managed-opentracing-grpc = '0.2.3' managed-brave-opentracing = '1.0.1' javax-annotation = '1.3.2' -kotlin = '2.0.20' +kotlin = '2.0.21' grpc = '1.65.1' protobuf = '3.25.5'