From 6da00bee1394c364889ca92e4c72b67f1be64d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:24:03 +0000 Subject: [PATCH] Bump coroutinesVersion from 1.8.1 to 1.10.1 Bumps `coroutinesVersion` from 1.8.1 to 1.10.1. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-slf4j` from 1.8.1 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.8.1...1.10.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.1 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.8.1...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-slf4j dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1347982..88812bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.ServiceFileTransf group = "no.nav.syfo" version = "1.0-SNAPSHOT" -val coroutinesVersion = "1.8.1" +val coroutinesVersion = "1.10.1" val kotlinSerializationVersion = "0.20.0" val ktorVersion = "2.3.2" val logbackVersion = "1.5.13"