From 1c86702f04cb7e9a212b5999ed5f2f3edd51afbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:57:52 +0100 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.6.4 to 1.7.3 (#382) Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 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.6.4...1.7.3) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tnarland <47184872+tnarland@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 49c099bb..e7133462 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ val navFoedselsnummerVersion = "1.0-SNAPSHOT.6" val skattKontraktVersjon = "2.0_20230214104704_706e9c0" val fellesVersjon = "2.20231023162434_fa320ce" val kontrakterVersjon = "3.0_20231109091547_fd2cae7" -val coroutinesVersion = "1.6.4" +val coroutinesVersion = "1.7.3" val okhttp3Version = "5.0.0-alpha.12" val mainClass = "no.nav.familie.ba.infotrygd.Main"