Skip to content

Commit

Permalink
fix(deps): update jetbrain kotlin packages to v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent ed59f61 commit 6bbf898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {
/**
* kotlin coroutines
*/
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.micronaut.kotlin:micronaut-kotlin-runtime")

// https://mvnrepository.com/artifact/org.yaml/snakeyaml
Expand All @@ -134,7 +134,7 @@ dependencies {
* Micronaut supports context propagation from Reactor’s context to coroutine context.
* To enable this propagation you need to include following dependency
*/
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.7.3")
/**
* Tracing
*/
Expand Down

0 comments on commit 6bbf898

Please sign in to comment.