From 4052c543bb71e8e5e5536d78397fa1f99a434a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:11:03 +0000 Subject: [PATCH] fix(deps): update kotlin.coroutines to v1.9.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1ab9a5b2d4..e82d3ff8e5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,7 @@ shadow-gradle-plugin = "8.0.0" # Dependency versions which are found in the platform BOM # meaning that they should be extracted into their own BOM -kotlin-coroutines = "1.8.1" +kotlin-coroutines = "1.9.0" [libraries] micronaut-core = { module = 'io.micronaut:micronaut-core-bom', version.ref = 'micronaut' }