From 2267eb5de9cff57add979f230f83a01b23a590f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 13:08:01 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.6.4 to 1.7.0 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.0. - [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.6.4...1.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- syfosm-common-networking/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syfosm-common-networking/build.gradle.kts b/syfosm-common-networking/build.gradle.kts index b8e4195..bc60b93 100644 --- a/syfosm-common-networking/build.gradle.kts +++ b/syfosm-common-networking/build.gradle.kts @@ -1,4 +1,4 @@ -val coroutinesVersion = "1.6.4" +val coroutinesVersion = "1.7.0" val logbackVersion = "1.4.7" val logstashEncoderVersion = "7.3"