From daaff835306f0b32d8a27ba0fb9b5a8daa8a47b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 02:31:50 +0200 Subject: [PATCH] fix(deps): update grpc-java monorepo to v1.63.1 (#560) * fix(deps): update grpc-java monorepo to v1.64.0 * update to 1.63.1 grpc --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nemanja Mikic --- 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 6c00eed6e..3957ac77f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ managed-brave-opentracing = '1.0.1' javax-annotation = '1.3.2' kotlin = '1.9.24' -grpc = '1.59.1' +grpc = '1.63.1' protobuf = '3.25.3' micronaut-aws = "4.5.0"