From f33c20cef9a5ffcde2dd5c1d097f806a267692da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:39:58 +0000 Subject: [PATCH] chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.1. - [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.9.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- graphql-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-kotlin/build.gradle.kts b/graphql-kotlin/build.gradle.kts index dab8c047d..800276876 100644 --- a/graphql-kotlin/build.gradle.kts +++ b/graphql-kotlin/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { // kotlin coroutines developmentOnly("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.10.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1")