From e136a73e1dbcc6c418b90aa49e833a35f0ceab19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:35:38 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](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-core-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ktor-auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-auth/build.gradle.kts b/ktor-auth/build.gradle.kts index 0d4af5c..c2cfe41 100644 --- a/ktor-auth/build.gradle.kts +++ b/ktor-auth/build.gradle.kts @@ -11,5 +11,5 @@ dependencies { implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2") implementation("com.nimbusds:nimbus-jose-jwt:9.47") - runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0") + runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1") }