From ad1e586a79209d95528829afd6dc69fac13eac29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:15:30 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-swing from 1.7.2 to 1.7.3 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-swing](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 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.2...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-swing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index f529452..43b8616 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ dependencyResolutionManagement { versionCatalogs { create("libs") { library("openai-client", "com.aallam.openai:openai-client:3.6.1") - library("coroutines", "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.2") + library("coroutines", "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3") // library("ktor-core", "io.ktor:ktor-client-core:2.3.7") // library("ktor-cio", "io.ktor:ktor-client-cio:2.3.7") library("slf4j-api", "org.slf4j:slf4j-api:1.7.35")