diff --git a/examples/gradle/libs.versions.toml b/examples/gradle/libs.versions.toml index cbc25cea..756eb169 100644 --- a/examples/gradle/libs.versions.toml +++ b/examples/gradle/libs.versions.toml @@ -9,7 +9,7 @@ palantir-graal = { id = "com.palantir.graal", version = "0.12.0" } jib = { id = "com.google.cloud.tools.jib", version = "3.4.1" } [libraries] -kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.7.3" } +kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.8.0" } grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version = "1.62.2" } grpc-protobuf-lite = { group = "io.grpc", name = "grpc-protobuf-lite", version = "1.62.2" } grpc-netty = { group = "io.grpc", name = "grpc-netty", version = "1.62.2" }