From eda2468d913c6e8d23958c7595931c4b610d4b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:00:35 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core in /examples Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.1 to 1.7.3. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.1...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/build.gradle.kts | 2 +- interpreter/build.gradle.kts | 2 +- runtime/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/build.gradle.kts b/examples/build.gradle.kts index 8cee124200..a552358535 100644 --- a/examples/build.gradle.kts +++ b/examples/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { // Testing testImplementation("${project.group}:test-utilities") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") } application { diff --git a/interpreter/build.gradle.kts b/interpreter/build.gradle.kts index 2ef8fdaa76..382b08af51 100644 --- a/interpreter/build.gradle.kts +++ b/interpreter/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.5") // Concurrency - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") // Cryptography implementation("io.github.apl-cornell:aby-java:0.2.2") diff --git a/runtime/build.gradle.kts b/runtime/build.gradle.kts index e3a84e6c91..a0fe9c7548 100644 --- a/runtime/build.gradle.kts +++ b/runtime/build.gradle.kts @@ -9,7 +9,7 @@ dependencies { api(project(":shared")) // Coroutines - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") // Networking implementation("org.jetbrains.kotlinx:kotlinx-serialization-protobuf:1.5.1")