diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6ec1c605..50a39742 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-cor kotlinx-coroutines-core-jvm = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core-jvm", version = "1.7.3" } kotlinx-coroutines-debug = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-debug", version = "1.8.0" } grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version = "1.60.0" } -grpc-alts = { group = "io.grpc", name = "grpc-alts", version = "1.60.0" } +grpc-alts = { group = "io.grpc", name = "grpc-alts", version = "1.61.1" } grpc-auth = { group = "io.grpc", name = "grpc-auth", version = "1.60.0" } grpc-netty = { group = "io.grpc", name = "grpc-netty", version = "1.60.0" } grpc-okhttp = { group = "io.grpc", name = "grpc-okhttp", version = "1.60.0" }